New -valid option to add a certificate to the ca index.txt that is valid and not...
[oweals/openssl.git] / apps / dhparam.c
index 79c0d64c519eeafe0c9153b33fa445485fc09f58..f5d7126af7a5d16bedbcb9dc9713f9212e56c189 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;
                                }