Version skew reduction: trivia (I hope).
[oweals/openssl.git] / crypto / rsa / rsa_lib.c
index 6e4334231c6590ea68b00c8d20029aa4e923880d..9e3f7dafcda885a9c788952c31ad62aa3ba22c81 100644 (file)
@@ -89,12 +89,8 @@ const RSA_METHOD *RSA_get_default_method(void)
                {
 #ifdef RSA_NULL
                default_RSA_meth=RSA_null_method();
-#else
-#if 0 /* was: #ifdef RSAref */
-               default_RSA_meth=RSA_PKCS1_RSAref();
 #else
                default_RSA_meth=RSA_PKCS1_SSLeay();
-#endif
 #endif
                }