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/pkey/dh_client.c b/programs/pkey/dh_client.c index 92c5bca..5315eb9 100644 --- a/programs/pkey/dh_client.c +++ b/programs/pkey/dh_client.c
@@ -82,8 +82,7 @@ ((void) argv); memset( &rsa, 0, sizeof( rsa ) ); - memset( &dhm, 0, sizeof( dhm ) ); - + dhm_init( &dhm ); aes_init( &aes ); /* @@ -284,6 +283,7 @@ aes_free( &aes ); rsa_free( &rsa ); dhm_free( &dhm ); + ctr_drbg_free( &ctr_drbg ); entropy_free( &entropy ); #if defined(_WIN32)