Fiddling.

This commit is contained in:
Geoff Thorpe 2001-09-25 21:44:12 +00:00
parent 9dfdf0ad1d
commit d7e0299792

View File

@ -126,7 +126,7 @@ RSA *RSA_new_method(ENGINE *engine)
if (ret == NULL)
{
RSAerr(RSA_F_RSA_NEW_METHOD,ERR_R_MALLOC_FAILURE);
return(NULL);
return NULL;
}
ret->meth = RSA_get_default_method();