Bodo spotted this keyslip in my patch to 0.9.7-stable.

This commit is contained in:
Geoff Thorpe 2002-10-29 17:00:33 +00:00
parent 89eda1fc01
commit 74174b9d05

View File

@ -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)