summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2021-09-14 14:08:15 +0000
committerschwarze <>2021-09-14 14:08:15 +0000
commit33b1f6c25da4e88a47183c41e5a49a09b04f752d (patch)
tree4b9bae4a746e80965fed6983ecec4c29eb582f14 /src/lib/libssl/man/Makefile
parentac4b6f6c2f01c17b974a21746ca2b53a599223d2 (diff)
downloadopenbsd-33b1f6c25da4e88a47183c41e5a49a09b04f752d.tar.gz
openbsd-33b1f6c25da4e88a47183c41e5a49a09b04f752d.tar.bz2
openbsd-33b1f6c25da4e88a47183c41e5a49a09b04f752d.zip
Merge the stub SSL_SESSION_is_resumable(3) manual page from the
OpenSSL 1.1.1 branch, which is still under a free license. A few tweaks to wording and structure by me. OK tb@ on SSL_SESSION_is_resumable.3
Diffstat (limited to 'src/lib/libssl/man/Makefile')
-rw-r--r--src/lib/libssl/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile
index de1390ea6b..0c8805df5e 100644
--- a/src/lib/libssl/man/Makefile
+++ b/src/lib/libssl/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.71 2021/05/12 14:17:27 tb Exp $ 1# $OpenBSD: Makefile,v 1.72 2021/09/14 14:08:15 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -61,6 +61,7 @@ MAN = BIO_f_ssl.3 \
61 SSL_SESSION_get0_cipher.3 \ 61 SSL_SESSION_get0_cipher.3 \
62 SSL_SESSION_get0_peer.3 \ 62 SSL_SESSION_get0_peer.3 \
63 SSL_SESSION_has_ticket.3 \ 63 SSL_SESSION_has_ticket.3 \
64 SSL_SESSION_is_resumable.3 \
64 SSL_SESSION_new.3 \ 65 SSL_SESSION_new.3 \
65 SSL_SESSION_print.3 \ 66 SSL_SESSION_print.3 \
66 SSL_SESSION_set1_id_context.3 \ 67 SSL_SESSION_set1_id_context.3 \