mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Move to a callback interface for DTLS cookies
This commit is contained in:
committed by
Paul Bakker
parent
d7f9bc5091
commit
d485d194f9
@ -5041,7 +5041,6 @@ void ssl_free( ssl_context *ssl )
|
||||
|
||||
#if defined(POLARSSL_SSL_DTLS_HELLO_VERIFY)
|
||||
polarssl_free( ssl->cli_id );
|
||||
md_free( &ssl->hvr_hmac_ctx );
|
||||
#endif
|
||||
|
||||
SSL_DEBUG_MSG( 2, ( "<= free" ) );
|
||||
|
Reference in New Issue
Block a user