aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_meth.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rsa/rsa_meth.c')
-rw-r--r--crypto/rsa/rsa_meth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/rsa_meth.c b/crypto/rsa/rsa_meth.c
index 5dccc33..2a30389 100644
--- a/crypto/rsa/rsa_meth.c
+++ b/crypto/rsa/rsa_meth.c
@@ -75,7 +75,7 @@ int RSA_meth_set1_name(RSA_METHOD *meth, const char *name)
return 1;
}
-int RSA_meth_get_flags(RSA_METHOD *meth)
+int RSA_meth_get_flags(const RSA_METHOD *meth)
{
return meth->flags;
}