Fix from stable branch.

This commit is contained in:
Dr. Stephen Henson 2008-05-12 16:24:31 +00:00
parent e718520cc5
commit 718f8f7a9e

View File

@ -617,8 +617,7 @@ bad:
message */
goto end;
}
if (EVP_PKEY_type(pkey->type) == EVP_PKEY_DSA ||
EVP_PKEY_type(pkey->type) == EVP_PKEY_EC)
else
{
char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE");
if (randfile == NULL)