summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 05b1a54c86..c613fdc293 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.167 2020/06/10 11:43:07 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.168 2020/06/12 11:37:42 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -203,6 +203,7 @@ MAN= \
203 OPENSSL_malloc.3 \ 203 OPENSSL_malloc.3 \
204 OPENSSL_sk_new.3 \ 204 OPENSSL_sk_new.3 \
205 OpenSSL_add_all_algorithms.3 \ 205 OpenSSL_add_all_algorithms.3 \
206 PEM_ASN1_read.3 \
206 PEM_bytes_read_bio.3 \ 207 PEM_bytes_read_bio.3 \
207 PEM_read.3 \ 208 PEM_read.3 \
208 PEM_read_bio_PrivateKey.3 \ 209 PEM_read_bio_PrivateKey.3 \