projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccb9643
)
Really stupid glitch (a comment not properly ended) fixed.
author
Richard Levitte
<levitte@openssl.org>
Wed, 8 Nov 2000 18:10:35 +0000
(18:10 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 8 Nov 2000 18:10:35 +0000
(18:10 +0000)
crypto/rsa/rsa_lib.c
patch
|
blob
|
history
diff --git
a/crypto/rsa/rsa_lib.c
b/crypto/rsa/rsa_lib.c
index 4cde842c3516e6d6ba5fa70beed8cd526730de5a..6ebb0b552a54b629f3535712cbedf1576e1d8032 100644
(file)
--- 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();