Fiddling.
authorGeoff Thorpe <geoff@openssl.org>
Tue, 25 Sep 2001 21:44:12 +0000 (21:44 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 25 Sep 2001 21:44:12 +0000 (21:44 +0000)
crypto/rsa/rsa_lib.c

index b81fb6ddb25037c7568d9391dc9a8a658bebd8c8..3856ea5da7f2994b22b17fb54ae7f8648e878b5d 100644 (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();