projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89eda1f
)
Bodo spotted this keyslip in my patch to 0.9.7-stable.
author
Geoff Thorpe
<geoff@openssl.org>
Tue, 29 Oct 2002 17:00:33 +0000
(17:00 +0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Tue, 29 Oct 2002 17:00:33 +0000
(17:00 +0000)
ssl/ssl.h
patch
|
blob
|
history
diff --git
a/ssl/ssl.h
b/ssl/ssl.h
index 76e590ae2c14959b373d2cc3445ffc28822c5443..bb36902471122c396a86596277c6920e907d7161 100644
(file)
--- a/
ssl/ssl.h
+++ b/
ssl/ssl.h
@@
-720,7
+720,7
@@
struct ssl_ctx_st
#define SSL_SESS_CACHE_NO_AUTO_CLEAR 0x0080
/* enough comments already ... see SSL_CTX_set_session_cache_mode(3) */
#define SSL_SESS_CACHE_NO_INTERNAL_LOOKUP 0x0100
-#define SSL_SESS_CACHE_NO_INTERNAL_STORE 0x0
1
00
+#define SSL_SESS_CACHE_NO_INTERNAL_STORE 0x0
2
00
#define SSL_SESS_CACHE_NO_INTERNAL \
(SSL_SESS_CACHE_NO_INTERNAL_LOOKUP|SSL_SESS_CACHE_NO_INTERNAL_STORE)