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 */ message */
goto end; goto end;
} }
if (EVP_PKEY_type(pkey->type) == EVP_PKEY_DSA || else
EVP_PKEY_type(pkey->type) == EVP_PKEY_EC)
{ {
char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE"); char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE");
if (randfile == NULL) if (randfile == NULL)