summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortedu <>2014-04-30 01:05:50 +0000
committertedu <>2014-04-30 01:05:50 +0000
commit11a8133c7b915dcd4af9f7cf1c70b1179eeddf14 (patch)
treedc50a8620f16216d33a2b50cd205e4527ada4528 /src/lib
parent68d101f49e04f5b186085135fd2cea27b27580b0 (diff)
downloadopenbsd-11a8133c7b915dcd4af9f7cf1c70b1179eeddf14.tar.gz
openbsd-11a8133c7b915dcd4af9f7cf1c70b1179eeddf14.tar.bz2
openbsd-11a8133c7b915dcd4af9f7cf1c70b1179eeddf14.zip
i suck at math. b - 8 = 3, not 4. detected by Antoine Pitrou. thanks.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libssl/src/ssl/ssl.h2
-rw-r--r--src/lib/libssl/ssl.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/ssl/ssl.h b/src/lib/libssl/src/ssl/ssl.h
index 1276b2ff47..2325996f65 100644
--- a/src/lib/libssl/src/ssl/ssl.h
+++ b/src/lib/libssl/src/ssl/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
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