A few more constifications of some RSA routines that I forgot
[openssl.git] / rsaref / rsaref.c
index 9bd596d8c22335868b007f73595608035c1b3b3d..1cc6a665816ce22f8c93fcea06730361523f29c5 100644 (file)
@@ -96,7 +96,7 @@ static RSA_METHOD rsa_pkcs1_ref_meth={
        NULL,
        };
 
-RSA_METHOD *RSA_PKCS1_RSAref(void)
+const RSA_METHOD *RSA_PKCS1_RSAref(void)
        {
        return(&rsa_pkcs1_ref_meth);
        }