mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-14 01:26:49 +00:00
Fixed comment
This commit is contained in:
parent
c0463502ff
commit
86f04f400b
@ -3921,7 +3921,7 @@ void ssl_free( ssl_context *ssl )
|
||||
|
||||
SSL_DEBUG_MSG( 2, ( "<= free" ) );
|
||||
|
||||
/* Actually free after last debug message */
|
||||
/* Actually clear after last debug message */
|
||||
memset( ssl, 0, sizeof( ssl_context ) );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user