SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
devel/commoncpp/patches/patch-src_ssl_cpp
Normal file
11
devel/commoncpp/patches/patch-src_ssl_cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/ssl.cpp.orig Fri Jan 16 05:27:00 2009
|
||||
+++ src/ssl.cpp Sat Jul 18 12:12:03 2015
|
||||
@@ -386,7 +386,7 @@ bool SSLStream::getSession(void)
|
||||
if(so == INVALID_SOCKET)
|
||||
return false;
|
||||
|
||||
- ctx = SSL_CTX_new(SSLv3_client_method());
|
||||
+ ctx = SSL_CTX_new(SSLv23_client_method());
|
||||
if(!ctx) {
|
||||
SSL_CTX_free(ctx);
|
||||
return false;
|
Loading…
Add table
Add a link
Reference in a new issue