i suck at math. b - 8 = 3, not 4. detected by Antoine Pitrou. thanks.
authortedu <tedu@openbsd.org>
Wed, 30 Apr 2014 01:05:50 +0000 (01:05 +0000)
committertedu <tedu@openbsd.org>
Wed, 30 Apr 2014 01:05:50 +0000 (01:05 +0000)
lib/libssl/src/ssl/ssl.h
lib/libssl/ssl.h

index 1276b2f..2325996 100644 (file)
@@ -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
index 1276b2f..2325996 100644 (file)
@@ -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