summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2024-11-12 20:15:24 +0000
committerschwarze <>2024-11-12 20:15:24 +0000
commit75f4be60ac5d9cb4638dd4ad5d17de6e694f650c (patch)
tree37781155d0d9dac34020619c3473a09e31159ed7 /src/lib/libcrypto/man/Makefile
parent86d8abd38cb0dffe273dc4aab050749f7dfff9ed (diff)
downloadopenbsd-75f4be60ac5d9cb4638dd4ad5d17de6e694f650c.tar.gz
openbsd-75f4be60ac5d9cb4638dd4ad5d17de6e694f650c.tar.bz2
openbsd-75f4be60ac5d9cb4638dd4ad5d17de6e694f650c.zip
Link the new manual page EVP_PKEY_new_CMAC_key(3) to the build
and purge the superseded information from the algorithm-independent page EVP_PKEY_new(3).
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 1519b3daca..5d791d183e 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.295 2024/10/22 22:41:01 jsg Exp $ 1# $OpenBSD: Makefile,v 1.296 2024/11/12 20:15:24 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -189,6 +189,7 @@ MAN= \
189 EVP_PKEY_meth_get0_info.3 \ 189 EVP_PKEY_meth_get0_info.3 \
190 EVP_PKEY_meth_new.3 \ 190 EVP_PKEY_meth_new.3 \
191 EVP_PKEY_new.3 \ 191 EVP_PKEY_new.3 \
192 EVP_PKEY_new_CMAC_key.3 \
192 EVP_PKEY_print_private.3 \ 193 EVP_PKEY_print_private.3 \
193 EVP_PKEY_set1_RSA.3 \ 194 EVP_PKEY_set1_RSA.3 \
194 EVP_PKEY_sign.3 \ 195 EVP_PKEY_sign.3 \