diff options
Diffstat (limited to 'irc/psybnc/files/patch-ae')
-rw-r--r-- | irc/psybnc/files/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/irc/psybnc/files/patch-ae b/irc/psybnc/files/patch-ae new file mode 100644 index 000000000000..5138e6cbb9e4 --- /dev/null +++ b/irc/psybnc/files/patch-ae @@ -0,0 +1,13 @@ +--- ./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 |