commit | a317a982217fa1575792ff6d89e73d150cb8d77d | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jun 18 16:44:11 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jul 09 10:19:24 2014 +0200 |
tree | ccf3c7348ed1b5ec2994c51b6f6cd381a86609d9 | |
parent | 8f870b047c3544f6c6f15bd09cc18739e8284e95 [diff] [blame] |
Adapt programs / test suites
diff --git a/library/entropy.c b/library/entropy.c index 04de07f..7f95317 100644 --- a/library/entropy.c +++ b/library/entropy.c
@@ -83,6 +83,9 @@ void entropy_free( entropy_context *ctx ) { +#if defined(POLARSSL_HAVEGE_C) + havege_free( &ctx->havege_data ); +#endif polarssl_zeroize( ctx, sizeof( entropy_context ) ); #if defined(POLARSSL_THREADING_C) polarssl_mutex_free( &ctx->mutex );