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/programs/ssl/ssl_pthread_server.c b/programs/ssl/ssl_pthread_server.c index 3f39071..cc6ad89 100644 --- a/programs/ssl/ssl_pthread_server.c +++ b/programs/ssl/ssl_pthread_server.c
@@ -492,6 +492,7 @@ #if defined(POLARSSL_SSL_CACHE_C) ssl_cache_free( &cache ); #endif + ctr_drbg_free( &ctr_drbg ); entropy_free( &entropy ); polarssl_mutex_free( &debug_mutex );