Remove references to RSAref. The glue library is but a memory to fade
[openssl.git] / apps / speed.c
index 333dea6c92eabbdd8fd0d668bbcb28387e2b646e..92712cf464d7ca0ece247e350727a2c0be36c05d 100644 (file)
@@ -547,7 +547,7 @@ int MAIN(int argc, char **argv)
                else
 #endif
 #ifndef NO_RSA
-#ifdef RSAref
+#if 0 /* was: #ifdef RSAref */
                        if (strcmp(*argv,"rsaref") == 0) 
                        {
                        RSA_set_default_openssl_method(RSA_PKCS1_RSAref());