diff options
| author | schwarze <> | 2024-12-06 14:27:49 +0000 |
|---|---|---|
| committer | schwarze <> | 2024-12-06 14:27:49 +0000 |
| commit | c3e6b1fc0bdf65b2f769949445fe2ac5953873d8 (patch) | |
| tree | 55241d484c55ec126f649446bf6ef2358a31e41d /src/lib/libcrypto/man/Makefile | |
| parent | c999644755c864ff195a82aba56dd50b0618b612 (diff) | |
| download | openbsd-c3e6b1fc0bdf65b2f769949445fe2ac5953873d8.tar.gz openbsd-c3e6b1fc0bdf65b2f769949445fe2ac5953873d8.tar.bz2 openbsd-c3e6b1fc0bdf65b2f769949445fe2ac5953873d8.zip | |
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).
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.298 2024/12/06 13:10:43 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.299 2024/12/06 14:27:49 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -184,8 +184,6 @@ MAN= \ | |||
| 184 | EVP_PKEY_encrypt.3 \ | 184 | EVP_PKEY_encrypt.3 \ |
| 185 | EVP_PKEY_get_default_digest_nid.3 \ | 185 | EVP_PKEY_get_default_digest_nid.3 \ |
| 186 | EVP_PKEY_keygen.3 \ | 186 | EVP_PKEY_keygen.3 \ |
| 187 | EVP_PKEY_meth_get0_info.3 \ | ||
| 188 | EVP_PKEY_meth_new.3 \ | ||
| 189 | EVP_PKEY_new.3 \ | 187 | EVP_PKEY_new.3 \ |
| 190 | EVP_PKEY_new_CMAC_key.3 \ | 188 | EVP_PKEY_new_CMAC_key.3 \ |
| 191 | EVP_PKEY_print_private.3 \ | 189 | EVP_PKEY_print_private.3 \ |
