From e436c963f0976b885a7db04681344779e26dd3b5 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Wed, 23 Apr 2014 09:56:37 +0200 Subject: Update OpenSSL to 1.0.1g and statically link OpenVPN with it --- main/openssl/apps/dhparam.c | 1 - 1 file changed, 1 deletion(-) (limited to 'main/openssl/apps/dhparam.c') diff --git a/main/openssl/apps/dhparam.c b/main/openssl/apps/dhparam.c index b47097cb..1297d6fb 100644 --- a/main/openssl/apps/dhparam.c +++ b/main/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