Instead of telling both 'make' and the user that ranlib
[openssl.git] / crypto / rsa / rsa_null.c
index 2d5507206ebd690261a5f9dc91dfa5e10a2f39ae..64057fbdcf7b6442ecc2eee93b22fa88d5b3ce3f 100644 (file)
@@ -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);
        }