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