summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_SESSION_get_time.3
diff options
context:
space:
mode:
authorschwarze <>2019-06-08 15:25:43 +0000
committerschwarze <>2019-06-08 15:25:43 +0000
commitacacd6f1d4eb6c3aedb4970d6976bde14e314b36 (patch)
treeee5f9be2bb10db0b61fb44a1ceef1b6fcd903419 /src/lib/libssl/man/SSL_SESSION_get_time.3
parente46b2057279777d3ac4badc1455bf4fff585c00b (diff)
downloadopenbsd-acacd6f1d4eb6c3aedb4970d6976bde14e314b36.tar.gz
openbsd-acacd6f1d4eb6c3aedb4970d6976bde14e314b36.tar.bz2
openbsd-acacd6f1d4eb6c3aedb4970d6976bde14e314b36.zip
remove pointless NOTES section header lines
Diffstat (limited to 'src/lib/libssl/man/SSL_SESSION_get_time.3')
-rw-r--r--src/lib/libssl/man/SSL_SESSION_get_time.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_SESSION_get_time.3 b/src/lib/libssl/man/SSL_SESSION_get_time.3
index fe6f0858ba..aaadec5137 100644
--- a/src/lib/libssl/man/SSL_SESSION_get_time.3
+++ b/src/lib/libssl/man/SSL_SESSION_get_time.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_SESSION_get_time.3,v 1.7 2018/03/27 17:35:50 schwarze Exp $ 1.\" $OpenBSD: SSL_SESSION_get_time.3,v 1.8 2019/06/08 15:25:43 schwarze 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 8 2019 $
53.Dt SSL_SESSION_GET_TIME 3 53.Dt SSL_SESSION_GET_TIME 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -117,7 +117,7 @@ and
117functions are synonyms for the 117functions are synonyms for the
118.Fn SSL_SESSION_* 118.Fn SSL_SESSION_*
119counterparts. 119counterparts.
120.Sh NOTES 120.Pp
121Sessions are expired by examining the creation time and the timeout value. 121Sessions are expired by examining the creation time and the timeout value.
122Both are set at creation time of the session to the actual time and the default 122Both are set at creation time of the session to the actual time and the default
123timeout value at creation, respectively, as set by 123timeout value at creation, respectively, as set by