commit | 1e7396beeb13b8132c08dd1fb95645f0b3165335 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Fri Feb 25 22:50:28 2000 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Fri Feb 25 22:50:28 2000 +0000 |
tree | b6523ef493e34762b93e98f480a2048167f64789 | |
parent | 582afb4bd705fd971be6a28c8b588e1e413e07da [diff] [blame] |
Some time in history, SSL_CTX_sessions() disappeared. It is now restored, but not as a macro this time...
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 9b02b6a..3109708 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c
@@ -798,6 +798,11 @@ } } +struct lhash_st *SSL_CTX_sessions(SSL_CTX *ctx) + { + return ctx->sessions; + } + long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd,long larg,char *parg) { long l;