SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
net/gloox/patches/patch-src_tlsopensslbase_cpp
Normal file
13
net/gloox/patches/patch-src_tlsopensslbase_cpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: src/tlsopensslbase.cpp
|
||||
--- src/tlsopensslbase.cpp.orig
|
||||
+++ src/tlsopensslbase.cpp
|
||||
@@ -56,7 +56,9 @@ namespace gloox
|
||||
SSL_library_init();
|
||||
#endif // OPENSSL_VERSION_NUMBER < 0x10100000
|
||||
|
||||
+#ifndef OPENSSL_NO_COMP
|
||||
SSL_COMP_add_compression_method( 193, COMP_zlib() );
|
||||
+#endif
|
||||
|
||||
OpenSSL_add_all_algorithms();
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue