forked from wolfSSL/wolfssl
Remove unused wolfSSL_StartSecureRenegotiation
This commit is contained in:
@ -3424,7 +3424,6 @@ WOLFSSL_API int wolfSSL_NoKeyShares(WOLFSSL* ssl);
|
||||
|
||||
WOLFSSL_API int wolfSSL_UseSecureRenegotiation(WOLFSSL* ssl);
|
||||
WOLFSSL_API int wolfSSL_CTX_UseSecureRenegotiation(WOLFSSL_CTX* ctx);
|
||||
WOLFSSL_API int wolfSSL_StartSecureRenegotiation(WOLFSSL* ssl, int resume);
|
||||
WOLFSSL_API int wolfSSL_Rehandshake(WOLFSSL* ssl);
|
||||
WOLFSSL_API int wolfSSL_SecureResume(WOLFSSL* ssl);
|
||||
WOLFSSL_API long wolfSSL_SSL_get_secure_renegotiation_support(WOLFSSL* ssl);
|
||||
|
Reference in New Issue
Block a user