aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-02-25 22:50:28 +0000
committerRichard Levitte <levitte@openssl.org>2000-02-25 22:50:28 +0000
commit1e7396beeb13b8132c08dd1fb95645f0b3165335 (patch)
treeb6523ef493e34762b93e98f480a2048167f64789 /ssl/ssl.h
parent582afb4bd705fd971be6a28c8b588e1e413e07da (diff)
downloadopenssl-1e7396beeb13b8132c08dd1fb95645f0b3165335.tar.gz
Some time in history, SSL_CTX_sessions() disappeared. It is now
restored, but not as a macro this time...
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index be2e3c72f4..f29f775347 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -472,6 +472,7 @@ struct ssl_ctx_st
* defined, this will still get called. */
#define SSL_SESS_CACHE_NO_INTERNAL_LOOKUP 0x0100
+ struct lhash_st *SSL_CTX_sessions(SSL_CTX *ctx);
#define SSL_CTX_sess_number(ctx) \
SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_NUMBER,0,NULL)
#define SSL_CTX_sess_connect(ctx) \