summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/Makefile
diff options
context:
space:
mode:
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 f6e38e2e14..f58f568de7 100644
--- a/src/lib/libssl/man/Makefile
+++ b/src/lib/libssl/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.49 2016/12/07 18:09:31 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.50 2016/12/07 20:11:55 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -79,6 +79,7 @@ MAN = BIO_f_ssl.3 \
79 SSL_new.3 \ 79 SSL_new.3 \
80 SSL_pending.3 \ 80 SSL_pending.3 \
81 SSL_read.3 \ 81 SSL_read.3 \
82 SSL_renegotiate.3 \
82 SSL_rstate_string.3 \ 83 SSL_rstate_string.3 \
83 SSL_session_reused.3 \ 84 SSL_session_reused.3 \
84 SSL_set1_param.3 \ 85 SSL_set1_param.3 \