1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Introduced entropy_free()

This commit is contained in:
Paul Bakker
2013-09-28 15:23:03 +02:00
parent c55988406f
commit 1ffefaca1e
28 changed files with 38 additions and 0 deletions

View File

@ -329,6 +329,7 @@ exit:
x509write_csr_free( &req );
pk_free( &key );
entropy_free( &entropy );
#if defined(_WIN32)
printf( " + Press Enter to exit this program.\n" );