diff options
author | tedu <> | 2014-04-30 01:05:50 +0000 |
---|---|---|
committer | tedu <> | 2014-04-30 01:05:50 +0000 |
commit | 46057b8fd37a267d9c1bcaba0d1a0d3fe0498d6e (patch) | |
tree | dc50a8620f16216d33a2b50cd205e4527ada4528 /src/lib/libssl/ssl.h | |
parent | 303ae532ef192dd2b41912870da193ac3f23f2ca (diff) | |
download | openbsd-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/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 2 |
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 |