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/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 39f9da3779..d76403010d 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.88 2016/12/22 14:06:51 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.89 2016/12/22 16:05:22 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -141,8 +141,10 @@ MAN= \
141 PEM_read_bio_PrivateKey.3 \ 141 PEM_read_bio_PrivateKey.3 \
142 PEM_write_bio_PKCS7_stream.3 \ 142 PEM_write_bio_PKCS7_stream.3 \
143 PKCS12_create.3 \ 143 PKCS12_create.3 \
144 PKCS12_new.3 \
144 PKCS12_newpass.3 \ 145 PKCS12_newpass.3 \
145 PKCS12_parse.3 \ 146 PKCS12_parse.3 \
147 PKCS12_SAFEBAG_new.3 \
146 PKCS5_PBKDF2_HMAC.3 \ 148 PKCS5_PBKDF2_HMAC.3 \
147 PKCS7_decrypt.3 \ 149 PKCS7_decrypt.3 \
148 PKCS7_encrypt.3 \ 150 PKCS7_encrypt.3 \