projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fiddling.
[openssl.git]
/
crypto
/
rsa
/
rsa_lib.c
diff --git
a/crypto/rsa/rsa_lib.c
b/crypto/rsa/rsa_lib.c
index
b81fb6d
..
3856ea5
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();