diff options
Diffstat (limited to 'src/wrapped/wrappedlibssl_private.h')
| -rwxr-xr-x | src/wrapped/wrappedlibssl_private.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wrapped/wrappedlibssl_private.h b/src/wrapped/wrappedlibssl_private.h index 75a88517..3a5e394b 100755 --- a/src/wrapped/wrappedlibssl_private.h +++ b/src/wrapped/wrappedlibssl_private.h @@ -295,7 +295,7 @@ GO(SSL_CTX_new, pFp) //GO(SSL_CTX_set_alpn_protos, //GO(SSL_CTX_set_alpn_select_cb, //GO(SSL_CTX_set_cert_cb, -//GO(SSL_CTX_set_cert_store, +GO(SSL_CTX_set_cert_store, vFpp) //GO(SSL_CTX_set_cert_verify_callback, GO(SSL_CTX_set_cipher_list, iFpp) GO(SSL_CTX_set_client_CA_list, vFpp) @@ -471,7 +471,6 @@ GO(SSL_set_accept_state, vFp) GO(SSL_set_bio, vFppp) //GO(SSL_set_cert_cb, //GO(ssl_set_cert_masks, -GO(SSL_CTX_set_cert_store, vFpp) GO(SSL_set_cipher_list, iFpp) GO(SSL_set_client_CA_list, vFpp) //GO(ssl_set_client_disabled, @@ -590,4 +589,4 @@ GO(TLSv1_client_method, pFv) GO(TLSv1_method, pFv) GO(verify_callback, iFip) -GO(TLSv1_server_method, pFv) // not always present in lib \ No newline at end of file +GO(TLSv1_server_method, pFv) // not always present in lib |