mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-13 16:26:28 +00:00
Introduced entropy_free()
This commit is contained in:
@@ -401,6 +401,7 @@ exit:
|
||||
x509_crt_free( &srvcert );
|
||||
pk_free( &pkey );
|
||||
ssl_free( &ssl );
|
||||
entropy_free( &entropy );
|
||||
net_close( client_fd );
|
||||
|
||||
return( ret );
|
||||
|
||||
Reference in New Issue
Block a user