]> granicus.if.org Git - curl/commit
openssl: Use TLS_client_method for OpenSSL 1.1.0+
authorJay Satiro <raysatiro@yahoo.com>
Wed, 27 May 2015 05:29:16 +0000 (01:29 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 27 May 2015 05:30:30 +0000 (01:30 -0400)
commit49a6642f016b4817c901908799122583876f3dc1
tree522512b741e6a3068bb7bf8e1897590f99640a97
parentf81d356c2161ca394312760c03246889e6b30611
openssl: Use TLS_client_method for OpenSSL 1.1.0+

SSLv23_client_method is deprecated starting in OpenSSL 1.1.0. The
equivalent is TLS_client_method.

https://github.com/openssl/openssl/commit/13c9bb3#diff-708d3ae0f2c2973b272b811315381557
lib/vtls/openssl.c