X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fssl.h;h=eb689c1c36d35dc5c4caad61e95e747022e5939a;hp=b61119cc18dbf6db0b6b4515930df8e0f3156f69;hb=e97be718044fd9a296f05f13e3ad91427b212b7c;hpb=32097b33bdff520d149ad6c8a11bd344e4ef764b diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h index b61119cc18..eb689c1c36 100644 --- a/include/openssl/ssl.h +++ b/include/openssl/ssl.h @@ -1898,6 +1898,7 @@ int SSL_renegotiate_abbreviated(SSL *s); __owur int SSL_renegotiate_pending(SSL *s); int SSL_shutdown(SSL *s); __owur int SSL_verify_client_post_handshake(SSL *s); +void SSL_CTX_set_post_handshake_auth(SSL_CTX *ctx, int val); void SSL_set_post_handshake_auth(SSL *s, int val); __owur const SSL_METHOD *SSL_CTX_get_ssl_method(SSL_CTX *ctx);