summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2020-06-24 16:06:27 +0000
committerschwarze <>2020-06-24 16:06:27 +0000
commit3ecaa6869c66e0625873e061793893fe06d63dc7 (patch)
treef63d9d8a23d818ff1055d16836d58ad95cce4489 /src/lib/libcrypto/man/Makefile
parent0100f0ed38507f925ffcd7c930b94c09ef8b7f38 (diff)
downloadopenbsd-3ecaa6869c66e0625873e061793893fe06d63dc7.tar.gz
openbsd-3ecaa6869c66e0625873e061793893fe06d63dc7.tar.bz2
openbsd-3ecaa6869c66e0625873e061793893fe06d63dc7.zip
new manual page CMAC_Init(3);
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 c613fdc293..de6e446f2f 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.168 2020/06/12 11:37:42 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.169 2020/06/24 16:06:26 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -68,6 +68,7 @@ MAN= \
68 BN_swap.3 \ 68 BN_swap.3 \
69 BN_zero.3 \ 69 BN_zero.3 \
70 BUF_MEM_new.3 \ 70 BUF_MEM_new.3 \
71 CMAC_Init.3 \
71 CMS_ContentInfo_new.3 \ 72 CMS_ContentInfo_new.3 \
72 CMS_add0_cert.3 \ 73 CMS_add0_cert.3 \
73 CMS_add1_recipient_cert.3 \ 74 CMS_add1_recipient_cert.3 \