projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87861c9
)
SSL: Corrected typo from commit 87861c9b0e8155
author
Steve Holme
<steve_holme@hotmail.com>
Tue, 15 Oct 2013 23:57:01 +0000
(
00:57
+0100)
committer
Steve Holme
<steve_holme@hotmail.com>
Tue, 15 Oct 2013 23:57:01 +0000
(
00:57
+0100)
lib/ssluse.c
patch
|
blob
|
history
diff --git
a/lib/ssluse.c
b/lib/ssluse.c
index 4d903927c7011152b8328ee3c92db61709832880..37178f8aa16fc0d5f83f27bccbd8f4a9f53e9847 100644
(file)
--- a/
lib/ssluse.c
+++ b/
lib/ssluse.c
@@
-1577,7
+1577,7
@@
ossl_connect_step1(struct connectdata *conn,
ctx_options |= SSL_OP_NO_SSLv2;
ctx_options |= SSL_OP_NO_SSLv3;
ctx_options |= SSL_OP_NO_TLSv1;
-#if defined(SSL_OP_NO_TLSv1_
1
)
+#if defined(SSL_OP_NO_TLSv1_
2
)
ctx_options |= SSL_OP_NO_TLSv1_2;
#endif
break;