]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: Use SSL_CTX_set_msg_callback and SSL_CTX_set_msg_callback_arg
authorBrian Prodoehl <bprodoehl@connectify.me>
Tue, 19 May 2015 15:10:28 +0000 (11:10 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 19 May 2015 20:54:42 +0000 (22:54 +0200)
commita393d64456b60abee0806f4e118239412c44fb63
tree5c0b1b4ac2bb487a1b3c3b9fd754c3b9ec3cb26c
parent265f83a9f02880d34a82a6b6143ab4059002615a
openssl: Use SSL_CTX_set_msg_callback and SSL_CTX_set_msg_callback_arg

BoringSSL removed support for direct callers of SSL_CTX_callback_ctrl
and SSL_CTX_ctrl, so move to a way that should work on BoringSSL and
OpenSSL.

re #275
lib/vtls/openssl.c