]> git.pld-linux.org Git - packages/commoncpp2.git/blob - openssl.patch
- missing patch
[packages/commoncpp2.git] / openssl.patch
1 --- commoncpp2-1.8.1/src/ssl.cpp~       2010-11-01 01:42:51.000000000 +0100
2 +++ commoncpp2-1.8.1/src/ssl.cpp        2018-09-14 20:17:05.700039090 +0200
3 @@ -386,7 +386,7 @@ bool SSLStream::getSession(void)
4      if(so == INVALID_SOCKET)
5          return false;
6  
7 -    ctx = SSL_CTX_new(SSLv3_client_method());
8 +    ctx = SSL_CTX_new(TLS_client_method());
9      if(!ctx) {
10          SSL_CTX_free(ctx);
11          return false;
This page took 0.06059 seconds and 3 git commands to generate.