diff options
author | Mark Felder <feld@FreeBSD.org> | 2015-04-16 15:18:45 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2015-04-16 15:18:45 +0000 |
commit | a41c8d2b99a012c4a8ccea0d4a0adece7c18974b (patch) | |
tree | fd43bc8fda23a619ef48f410171fdfa11029c8cc | |
parent | 44b12e9ff771b1300a577cbe8da7b202c72530fc (diff) |
Notes
-rw-r--r-- | irc/znc/files/patch-src_Csocket.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/irc/znc/files/patch-src_Csocket.cpp b/irc/znc/files/patch-src_Csocket.cpp new file mode 100644 index 000000000000..708e7154fc34 --- /dev/null +++ b/irc/znc/files/patch-src_Csocket.cpp @@ -0,0 +1,10 @@ +--- src/Csocket.cpp.orig 2015-04-16 15:00:34 UTC ++++ src/Csocket.cpp +@@ -47,6 +47,7 @@ + #include <stdio.h> + #include <openssl/conf.h> + #include <openssl/engine.h> ++#include <openssl/comp.h> + #endif /* HAVE_LIBSSL */ + + #ifdef HAVE_ICU |