commit | 98545f128a030051713bf58e3745ccdd58737f8b | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jul 22 22:10:43 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 21 16:30:16 2014 +0200 |
tree | 0715c650fad2b5e7223d068d89279385019d06ab | |
parent | dd3cdb0fbc43db2c1449548bf75956b3fe5929da [diff] [blame] |
Generate random key for HelloVerifyRequest
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index d854199..d0f1ccc 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -5041,6 +5041,7 @@ #if defined(POLARSSL_SSL_PROTO_DTLS) && defined(POLARSSL_SSL_SRV_C) polarssl_free( ssl->cli_id ); + md_free( &ssl->hvr_hmac_ctx ); #endif SSL_DEBUG_MSG( 2, ( "<= free" ) );