mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
bc4d0f9efe
psyBNC is an extremely powerful IRC bouncer with multiple unique features. PR: ports/45720 Submitted by: Mina Naguib <webmaster@topfx.com>
14 lines
523 B
Plaintext
14 lines
523 B
Plaintext
--- ./src/p_global.h Sun Jul 7 08:07:23 2002
|
|
+++ ../../psybnc.mina/src/p_global.h Sun Nov 24 18:20:55 2002
|
|
@@ -1264,8 +1264,8 @@
|
|
#define pcontext { strmncpy(ctxt,__FILE__,sizeof(ctxt)); strmncpy(cfunc,__FUNCTION__,sizeof(cfunc)); cline=__LINE__; }
|
|
#define pmalloc(n) __pmalloc((n),__FILE__,__FUNCTION__,__LINE__)
|
|
|
|
-#define SSLCERT "key/psybnc.cert.pem"
|
|
-#define SSLKEY "key/psybnc.key.pem"
|
|
+#define SSLCERT PSYBASE "/key/psybnc.cert.pem"
|
|
+#define SSLKEY PSYBASE "/key/psybnc.key.pem"
|
|
|
|
#ifdef HAVE_SSL
|
|
#ifndef SSLSEC
|