mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 17:11:05 +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…
Reference in a new issue