diff options
| author | schwarze <> | 2024-11-12 20:15:24 +0000 |
|---|---|---|
| committer | schwarze <> | 2024-11-12 20:15:24 +0000 |
| commit | d2ed7b4e4d92926fea691e61cefc2508f2384bcf (patch) | |
| tree | 37781155d0d9dac34020619c3473a09e31159ed7 /src/lib/libcrypto/man/Makefile | |
| parent | 2ed0e8a88a1bea303dbdb31fe5ab23e153c509ef (diff) | |
| download | openbsd-d2ed7b4e4d92926fea691e61cefc2508f2384bcf.tar.gz openbsd-d2ed7b4e4d92926fea691e61cefc2508f2384bcf.tar.bz2 openbsd-d2ed7b4e4d92926fea691e61cefc2508f2384bcf.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/Makefile | 3 |
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 \ |
