diff options
author | jmc <> | 2021-06-11 19:45:21 +0000 |
---|---|---|
committer | jmc <> | 2021-06-11 19:45:21 +0000 |
commit | dfcae0917001a88404ae397c35b20caa458f932e (patch) | |
tree | 463902f98da06dd3a3f213415dbf11980558b59e /src/lib/libssl/man/SSL_clear.3 | |
parent | c29106da26ba83d9f0dec29e9b66d329ad964c38 (diff) | |
download | openbsd-dfcae0917001a88404ae397c35b20caa458f932e.tar.gz openbsd-dfcae0917001a88404ae397c35b20caa458f932e.tar.bz2 openbsd-dfcae0917001a88404ae397c35b20caa458f932e.zip |
space between RFC and number;
Diffstat (limited to 'src/lib/libssl/man/SSL_clear.3')
-rw-r--r-- | src/lib/libssl/man/SSL_clear.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_clear.3 b/src/lib/libssl/man/SSL_clear.3 index 1f2f0a5e52..809c3b20f4 100644 --- a/src/lib/libssl/man/SSL_clear.3 +++ b/src/lib/libssl/man/SSL_clear.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_clear.3,v 1.4 2018/03/27 17:35:50 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_clear.3,v 1.5 2021/06/11 19:41:39 jmc Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. | 4 | .\" This file was written by Lutz Jaenicke <jaenicke@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: March 27 2018 $ | 52 | .Dd $Mdocdate: June 11 2021 $ |
53 | .Dt SSL_CLEAR 3 | 53 | .Dt SSL_CLEAR 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -74,7 +74,7 @@ a side effect is the handling of the current SSL session. | |||
74 | If a session is still | 74 | If a session is still |
75 | .Em open , | 75 | .Em open , |
76 | it is considered bad and will be removed from the session cache, | 76 | it is considered bad and will be removed from the session cache, |
77 | as required by RFC2246. | 77 | as required by RFC 2246. |
78 | A session is considered open if | 78 | A session is considered open if |
79 | .Xr SSL_shutdown 3 | 79 | .Xr SSL_shutdown 3 |
80 | was not called for the connection or at least | 80 | was not called for the connection or at least |