aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-11-08 18:10:35 +0000
committerRichard Levitte <levitte@openssl.org>2000-11-08 18:10:35 +0000
commit0b5806b5f5f496d695a88656118b7ee9a9a28c52 (patch)
tree1c8e87b05e635b3b8f02c65f54b93a48592382b3 /crypto/rsa
parentccb9643f02cbc57f2e88927ca8eef0189d92fc5a (diff)
downloadopenssl-0b5806b5f5f496d695a88656118b7ee9a9a28c52.zip
openssl-0b5806b5f5f496d695a88656118b7ee9a9a28c52.tar.gz
openssl-0b5806b5f5f496d695a88656118b7ee9a9a28c52.tar.bz2
Really stupid glitch (a comment not properly ended) fixed.
Diffstat (limited to 'crypto/rsa')
-rw-r--r--crypto/rsa/rsa_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c
index 4cde842..6ebb0b5 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();