summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2020-06-04 10:24:27 +0000
committerschwarze <>2020-06-04 10:24:27 +0000
commitccbb438ec06397c1b8d88c61577810aab63bda79 (patch)
treeb146fcdf956ef48b5e41ef198b1023403338e489 /src/lib/libcrypto/man/Makefile
parent19f9a4a6a75ddb174cd77d6e0749b6fe9979e7c0 (diff)
downloadopenbsd-ccbb438ec06397c1b8d88c61577810aab63bda79.tar.gz
openbsd-ccbb438ec06397c1b8d88c61577810aab63bda79.tar.bz2
openbsd-ccbb438ec06397c1b8d88c61577810aab63bda79.zip
new manual page PKCS7_add_attribute(3);
tweaks and OK tb@
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 05b992e132..7effea8379 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.165 2020/06/03 13:41:27 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.166 2020/06/04 10:24:27 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -214,6 +214,7 @@ MAN= \
214 PKCS12_parse.3 \ 214 PKCS12_parse.3 \
215 PKCS12_SAFEBAG_new.3 \ 215 PKCS12_SAFEBAG_new.3 \
216 PKCS5_PBKDF2_HMAC.3 \ 216 PKCS5_PBKDF2_HMAC.3 \
217 PKCS7_add_attribute.3 \
217 PKCS7_dataFinal.3 \ 218 PKCS7_dataFinal.3 \
218 PKCS7_dataInit.3 \ 219 PKCS7_dataInit.3 \
219 PKCS7_decrypt.3 \ 220 PKCS7_decrypt.3 \