projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
A few more constifications of some RSA routines that I forgot
[openssl.git]
/
crypto
/
rsa
/
rsa_null.c
diff --git
a/crypto/rsa/rsa_null.c
b/crypto/rsa/rsa_null.c
index 2d5507206ebd690261a5f9dc91dfa5e10a2f39ae..64057fbdcf7b6442ecc2eee93b22fa88d5b3ce3f 100644
(file)
--- a/
crypto/rsa/rsa_null.c
+++ b/
crypto/rsa/rsa_null.c
@@
-96,7
+96,7
@@
static RSA_METHOD rsa_null_meth={
NULL,
};
-RSA_METHOD *RSA_null_method(void)
+
const
RSA_METHOD *RSA_null_method(void)
{
return(&rsa_null_meth);
}