From eced54870588db8076b1f1d7056ec7ad5e00d939 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Fri, 6 Dec 2024 14:27:49 +0000 Subject: Delete the manual pages EVP_PKEY_meth_new(3) and EVP_PKEY_meth_get0_info(3) because tb@ deleted almost all functions documented there from the API in evp.h 1.127 on March 2 this year, but move the functions EVP_PKEY_CTX_set_data(3) and EVP_PKEY_CTX_get_data(3) that we still support to EVP_PKEY_keygen(3), because that page already documents EVP_PKEY_CTX_set_app_data(3) and EVP_PKEY_CTX_get_app_data(3). --- src/lib/libcrypto/man/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man/Makefile') diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 22cf0ad171..11213cb518 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.298 2024/12/06 13:10:43 schwarze Exp $ +# $OpenBSD: Makefile,v 1.299 2024/12/06 14:27:49 schwarze Exp $ .include @@ -184,8 +184,6 @@ MAN= \ EVP_PKEY_encrypt.3 \ EVP_PKEY_get_default_digest_nid.3 \ EVP_PKEY_keygen.3 \ - EVP_PKEY_meth_get0_info.3 \ - EVP_PKEY_meth_new.3 \ EVP_PKEY_new.3 \ EVP_PKEY_new_CMAC_key.3 \ EVP_PKEY_print_private.3 \ -- cgit v1.2.3-55-g6feb