summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2016-12-29 14:03:55 +0000
committerschwarze <>2016-12-29 14:03:55 +0000
commitc676033a384662fb10e10ac441942e4d0a902014 (patch)
treeb8dd405ea919e1381b4f372a22fa2b86453987c7 /src
parent3b54e696d52d8b0453c06cb1ba1cfeab6871a91b (diff)
downloadopenbsd-c676033a384662fb10e10ac441942e4d0a902014.tar.gz
openbsd-c676033a384662fb10e10ac441942e4d0a902014.tar.bz2
openbsd-c676033a384662fb10e10ac441942e4d0a902014.zip
fix typo; from OpenSSL
commit 67adf0a7c273a82901ce8705ae8d71ee2f1c959c Author: Markus Triska <triska@metalevel.at> Date: Sun Dec 25 19:58:38 2016 +0100
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/man/SSL_CTX_set_session_cache_mode.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_set_session_cache_mode.3 b/src/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
index 58f32d71df..f431ceeb44 100644
--- a/src/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
+++ b/src/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
@@ -1,5 +1,5 @@
1.\" $OpenBSD: SSL_CTX_set_session_cache_mode.3,v 1.2 2016/12/01 19:50:12 schwarze Exp $ 1.\" $OpenBSD: SSL_CTX_set_session_cache_mode.3,v 1.3 2016/12/29 14:03:55 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL 67adf0a7 Dec 25 19:58:38 2016 +0100
3.\" 3.\"
4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org> and 4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org> and
5.\" Geoff Thorpe <geoff@openssl.org>. 5.\" Geoff Thorpe <geoff@openssl.org>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: December 1 2016 $ 52.Dd $Mdocdate: December 29 2016 $
53.Dt SSL_CTX_SET_SESSION_CACHE_MODE 3 53.Dt SSL_CTX_SET_SESSION_CACHE_MODE 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -86,7 +86,7 @@ It can only send exactly one id.
86The server then either agrees to reuse the session or it starts a full 86The server then either agrees to reuse the session or it starts a full
87handshake (to create a new session). 87handshake (to create a new session).
88.Pp 88.Pp
89A server will lookup up the session in its internal session storage. 89A server will look up the session in its internal session storage.
90If the session is not found in internal storage or lookups for the internal 90If the session is not found in internal storage or lookups for the internal
91storage have been deactivated 91storage have been deactivated
92.Pq Dv SSL_SESS_CACHE_NO_INTERNAL_LOOKUP , 92.Pq Dv SSL_SESS_CACHE_NO_INTERNAL_LOOKUP ,