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
programs/pkey

View file

@ -149,6 +149,7 @@ int main( int argc, char *argv[] )
exit:
pk_free( &pk );
entropy_free( &entropy );
#if defined(POLARSSL_ERROR_C)
polarssl_strerror( ret, (char *) buf, sizeof(buf) );