summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortedu <>2014-04-30 01:05:50 +0000
committertedu <>2014-04-30 01:05:50 +0000
commit46057b8fd37a267d9c1bcaba0d1a0d3fe0498d6e (patch)
treedc50a8620f16216d33a2b50cd205e4527ada4528 /src
parent303ae532ef192dd2b41912870da193ac3f23f2ca (diff)
downloadopenbsd-46057b8fd37a267d9c1bcaba0d1a0d3fe0498d6e.tar.gz
openbsd-46057b8fd37a267d9c1bcaba0d1a0d3fe0498d6e.tar.bz2
openbsd-46057b8fd37a267d9c1bcaba0d1a0d3fe0498d6e.zip
i suck at math. b - 8 = 3, not 4. detected by Antoine Pitrou. thanks.
Diffstat (limited to 'src')
-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