X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frsa%2Frsa_lib.c;h=6ebb0b552a54b629f3535712cbedf1576e1d8032;hp=4cde842c3516e6d6ba5fa70beed8cd526730de5a;hb=0b5806b5f5f496d695a88656118b7ee9a9a28c52;hpb=ccb9643f02cbc57f2e88927ca8eef0189d92fc5a;ds=sidebyside diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c index 4cde842c35..6ebb0b552a 100644 --- a/crypto/rsa/rsa_lib.c +++ b/crypto/rsa/rsa_lib.c @@ -101,7 +101,7 @@ const RSA_METHOD *RSA_get_default_openssl_method(void) #ifdef RSA_NULL default_RSA_meth=RSA_null_method(); #else -#if 0 /* was: #ifdef RSAref +#if 0 /* was: #ifdef RSAref */ default_RSA_meth=RSA_PKCS1_RSAref(); #else default_RSA_meth=RSA_PKCS1_SSLeay();