make update
[oweals/openssl.git] / apps / dhparam.c
index 465cdfe77bfac05d4bbd0890d88b30d3522686d6..4a9594ea4650b1bd54a4a3f55d2f8c4a61dfaa27 100644 (file)
@@ -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;
                                }