Update usage info
[openssl.git] / ssl / ssl_lib.c
index 9b02b6a3438f8d5f3ee80361988195551525ac5a..3109708480b9fcadb02196e503a474bd8407f923 100644 (file)
@@ -798,6 +798,11 @@ long SSL_callback_ctrl(SSL *s, int cmd, void (*fp)())
                }
        }
 
+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;