Bodo spotted this keyslip in my patch to 0.9.7-stable.
authorGeoff Thorpe <geoff@openssl.org>
Tue, 29 Oct 2002 17:00:33 +0000 (17:00 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 29 Oct 2002 17:00:33 +0000 (17:00 +0000)
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       0x0100
+#define SSL_SESS_CACHE_NO_INTERNAL_STORE       0x0200
 #define SSL_SESS_CACHE_NO_INTERNAL \
        (SSL_SESS_CACHE_NO_INTERNAL_LOOKUP|SSL_SESS_CACHE_NO_INTERNAL_STORE)