From aaf21968deb85b635cb6aa6544df233ea5981346 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 13 Feb 2013 09:48:21 +0100 Subject: Update to following packages: openssl-1.0.1e freetype-2.4.11 --- openssl/apps/dhparam.c | 1 - 1 file changed, 1 deletion(-) (limited to 'openssl/apps/dhparam.c') diff --git a/openssl/apps/dhparam.c b/openssl/apps/dhparam.c index b47097cbb..1297d6fb5 100644 --- a/openssl/apps/dhparam.c +++ b/openssl/apps/dhparam.c @@ -332,7 +332,6 @@ bad: BIO_printf(bio_err,"This is going to take a long time\n"); if(!dh || !DH_generate_parameters_ex(dh, num, g, &cb)) { - if(dh) DH_free(dh); ERR_print_errors(bio_err); goto end; } -- cgit v1.2.3