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 8114f5b96b..0d39580971 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.170 2020/06/24 17:00:38 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.171 2020/07/23 17:34:53 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -206,6 +206,7 @@ MAN= \
206 OPENSSL_sk_new.3 \ 206 OPENSSL_sk_new.3 \
207 OpenSSL_add_all_algorithms.3 \ 207 OpenSSL_add_all_algorithms.3 \
208 PEM_ASN1_read.3 \ 208 PEM_ASN1_read.3 \
209 PEM_X509_INFO_read.3 \
209 PEM_bytes_read_bio.3 \ 210 PEM_bytes_read_bio.3 \
210 PEM_read.3 \ 211 PEM_read.3 \
211 PEM_read_bio_PrivateKey.3 \ 212 PEM_read_bio_PrivateKey.3 \