projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dfdf0a
)
Fiddling.
author
Geoff Thorpe
<geoff@openssl.org>
Tue, 25 Sep 2001 21:44:12 +0000
(21:44 +0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Tue, 25 Sep 2001 21:44:12 +0000
(21:44 +0000)
crypto/rsa/rsa_lib.c
patch
|
blob
|
history
diff --git
a/crypto/rsa/rsa_lib.c
b/crypto/rsa/rsa_lib.c
index b81fb6ddb25037c7568d9391dc9a8a658bebd8c8..3856ea5da7f2994b22b17fb54ae7f8648e878b5d 100644
(file)
--- 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();