From: Richard Levitte Date: Wed, 8 Nov 2000 18:10:35 +0000 (+0000) Subject: Really stupid glitch (a comment not properly ended) fixed. X-Git-Tag: OpenSSL_0_9_6a-beta1~107^2~202 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0b5806b5f5f496d695a88656118b7ee9a9a28c52;p=oweals%2Fopenssl.git Really stupid glitch (a comment not properly ended) fixed. --- 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();