X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fdoc%2Fssl%2FSSL_CTX_add_session.pod;fp=lib%2Fopenssl%2Fdoc%2Fssl%2FSSL_CTX_add_session.pod;h=dbdd9f0c5419a366388b4d110f6820070ad92d0b;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=c660a18fc2a1afb207a54d4be9620e554cf1ffad;hpb=89016837dcbf2775cd15dc8cbaba00dc6379f86e;p=cassiopeia.git diff --git a/lib/openssl/doc/ssl/SSL_CTX_add_session.pod b/lib/openssl/doc/ssl/SSL_CTX_add_session.pod index c660a18..dbdd9f0 100644 --- a/lib/openssl/doc/ssl/SSL_CTX_add_session.pod +++ b/lib/openssl/doc/ssl/SSL_CTX_add_session.pod @@ -19,10 +19,10 @@ SSL_CTX_add_session, SSL_add_session, SSL_CTX_remove_session, SSL_remove_session SSL_CTX_add_session() adds the session B to the context B. The reference count for session B is incremented by 1. If a session with the same session id already exists, the old session is removed by calling -L. +L. SSL_CTX_remove_session() removes the session B from the context B. -L is called once for B. +L is called once for B. SSL_add_session() and SSL_remove_session() are synonyms for their SSL_CTX_*() counterparts. @@ -59,15 +59,24 @@ The following values are returned by all functions: session was not found in the cache. =item Z<>1 - + The operation succeeded. =back =head1 SEE ALSO -L, -L, -L +L, +L, +L + +=head1 COPYRIGHT + +Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +L. =cut