From: Geoff Thorpe Date: Tue, 25 Sep 2001 21:44:12 +0000 (+0000) Subject: Fiddling. X-Git-Tag: OpenSSL_0_9_6c~26^2~189 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d7e0299792e4ddb7506ee86db62d8e1db332a1e9;p=oweals%2Fopenssl.git Fiddling. --- diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c index b81fb6ddb2..3856ea5da7 100644 --- a/crypto/rsa/rsa_lib.c +++ b/crypto/rsa/rsa_lib.c @@ -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();