artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
809ad22
)
i suck at math. b - 8 = 3, not 4. detected by Antoine Pitrou. thanks.
author
tedu
<tedu@openbsd.org>
Wed, 30 Apr 2014 01:05:50 +0000
(
01:05
+0000)
committer
tedu
<tedu@openbsd.org>
Wed, 30 Apr 2014 01:05:50 +0000
(
01:05
+0000)
lib/libssl/src/ssl/ssl.h
patch
|
blob
|
history
lib/libssl/ssl.h
patch
|
blob
|
history
diff --git
a/lib/libssl/src/ssl/ssl.h
b/lib/libssl/src/ssl/ssl.h
index
1276b2f
..
2325996
100644
(file)
--- 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 0x80000
4
FFL
+#define SSL_OP_ALL 0x80000
3
FFL
/* DTLS options */
#define SSL_OP_NO_QUERY_MTU 0x00001000L
diff --git
a/lib/libssl/ssl.h
b/lib/libssl/ssl.h
index
1276b2f
..
2325996
100644
(file)
--- 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 0x80000
4
FFL
+#define SSL_OP_ALL 0x80000
3
FFL
/* DTLS options */
#define SSL_OP_NO_QUERY_MTU 0x00001000L