From: tedu Date: Wed, 30 Apr 2014 01:05:50 +0000 (+0000) Subject: i suck at math. b - 8 = 3, not 4. detected by Antoine Pitrou. thanks. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=de141f2d4e9fbbf3ad1143a280c52f8bf7ddb7bc;p=openbsd i suck at math. b - 8 = 3, not 4. detected by Antoine Pitrou. thanks. --- diff --git a/lib/libssl/src/ssl/ssl.h b/lib/libssl/src/ssl/ssl.h index 1276b2ff47e..2325996f656 100644 --- a/lib/libssl/src/ssl/ssl.h +++ b/lib/libssl/src/ssl/ssl.h @@ -555,7 +555,7 @@ struct ssl_session_st { /* SSL_OP_ALL: various bug workarounds that should be rather harmless. * This used to be 0x000FFFFFL before 0.9.7. */ -#define SSL_OP_ALL 0x800004FFL +#define SSL_OP_ALL 0x800003FFL /* DTLS options */ #define SSL_OP_NO_QUERY_MTU 0x00001000L diff --git a/lib/libssl/ssl.h b/lib/libssl/ssl.h index 1276b2ff47e..2325996f656 100644 --- a/lib/libssl/ssl.h +++ b/lib/libssl/ssl.h @@ -555,7 +555,7 @@ struct ssl_session_st { /* SSL_OP_ALL: various bug workarounds that should be rather harmless. * This used to be 0x000FFFFFL before 0.9.7. */ -#define SSL_OP_ALL 0x800004FFL +#define SSL_OP_ALL 0x800003FFL /* DTLS options */ #define SSL_OP_NO_QUERY_MTU 0x00001000L