diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/man/Makefile | 3 |
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 \ |