summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2024-12-06 12:51:13 +0000
committerschwarze <>2024-12-06 12:51:13 +0000
commit1f4a0f25fae63c118c3bfa63b3a130d45c788288 (patch)
treea723342983f4f053624289df9ff99b8a53ae1334 /src/lib/libcrypto/man/Makefile
parentd8f769ca48f14cb8455dfa8f2334c3c683502fe4 (diff)
downloadopenbsd-1f4a0f25fae63c118c3bfa63b3a130d45c788288.tar.gz
openbsd-1f4a0f25fae63c118c3bfa63b3a130d45c788288.tar.bz2
openbsd-1f4a0f25fae63c118c3bfa63b3a130d45c788288.zip
Delete the manual page EVP_PKEY_asn1_new(3).
All the functions documented in this page were deleted from the API by tb@ in evp.h rev. 1.126 on March 2 this year.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 5d791d183e..da93f14a43 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.296 2024/11/12 20:15:24 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.297 2024/12/06 12:51:13 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -178,7 +178,6 @@ MAN= \
178 EVP_PKEY_CTX_set_hkdf_md.3 \ 178 EVP_PKEY_CTX_set_hkdf_md.3 \
179 EVP_PKEY_CTX_set_tls1_prf_md.3 \ 179 EVP_PKEY_CTX_set_tls1_prf_md.3 \
180 EVP_PKEY_asn1_get_count.3 \ 180 EVP_PKEY_asn1_get_count.3 \
181 EVP_PKEY_asn1_new.3 \
182 EVP_PKEY_check.3 \ 181 EVP_PKEY_check.3 \
183 EVP_PKEY_cmp.3 \ 182 EVP_PKEY_cmp.3 \
184 EVP_PKEY_decrypt.3 \ 183 EVP_PKEY_decrypt.3 \