summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r--src/lib/libssl/ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h
index 1276b2ff47..2325996f65 100644
--- a/src/lib/libssl/ssl.h
+++ b/src/lib/libssl/ssl.h
@@ -555,7 +555,7 @@ struct ssl_session_st {
555 555
556/* SSL_OP_ALL: various bug workarounds that should be rather harmless. 556/* SSL_OP_ALL: various bug workarounds that should be rather harmless.
557 * This used to be 0x000FFFFFL before 0.9.7. */ 557 * This used to be 0x000FFFFFL before 0.9.7. */
558#define SSL_OP_ALL 0x800004FFL 558#define SSL_OP_ALL 0x800003FFL
559 559
560/* DTLS options */ 560/* DTLS options */
561#define SSL_OP_NO_QUERY_MTU 0x00001000L 561#define SSL_OP_NO_QUERY_MTU 0x00001000L