Changeset 537d9b9 for lib/ssl_openssl.c
- Timestamp:
- 2016-11-20T08:40:36Z (8 years ago)
- Children:
- 3f44e43
- Parents:
- ba52ac5 (diff), 9f03c47 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/ssl_openssl.c
rba52ac5 r537d9b9 67 67 SSL_library_init(); 68 68 69 meth = TLSv1_client_method();69 meth = SSLv23_client_method(); 70 70 ssl_ctx = SSL_CTX_new(meth); 71 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); 71 72 72 73 initialized = TRUE;
Note: See TracChangeset
for help on using the changeset viewer.