summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2020-06-03 13:41:27 +0000
committerschwarze <>2020-06-03 13:41:27 +0000
commit9112ed3dfac4655a0f1b5065ce0ff2d64e0aafc4 (patch)
treea20bd946e865f05d6bc35d05ac42fc545068567d /src/lib/libcrypto/man/Makefile
parent1d67d8d1e0aa0216082b3d43b7d0d82a29bed3c2 (diff)
downloadopenbsd-9112ed3dfac4655a0f1b5065ce0ff2d64e0aafc4.tar.gz
openbsd-9112ed3dfac4655a0f1b5065ce0ff2d64e0aafc4.tar.bz2
openbsd-9112ed3dfac4655a0f1b5065ce0ff2d64e0aafc4.zip
Properly document PKCS7_final(3), which was already mentioned
in passing in some other manual pages.
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 8af0c34d2b..05b992e132 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.164 2020/05/27 12:00:44 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.165 2020/06/03 13:41:27 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -218,6 +218,7 @@ MAN= \
218 PKCS7_dataInit.3 \ 218 PKCS7_dataInit.3 \
219 PKCS7_decrypt.3 \ 219 PKCS7_decrypt.3 \
220 PKCS7_encrypt.3 \ 220 PKCS7_encrypt.3 \
221 PKCS7_final.3 \
221 PKCS7_new.3 \ 222 PKCS7_new.3 \
222 PKCS7_set_content.3 \ 223 PKCS7_set_content.3 \
223 PKCS7_set_type.3 \ 224 PKCS7_set_type.3 \