diff options
| author | schwarze <> | 2023-09-07 14:22:11 +0000 |
|---|---|---|
| committer | schwarze <> | 2023-09-07 14:22:11 +0000 |
| commit | ac20bb42fcec4c75215a5bca5b62760f3476c869 (patch) | |
| tree | 95e47c798b76d1bffba9f0c2b5167978aedf8509 /src/lib/libcrypto/man/Makefile | |
| parent | c420d880d863c7e796d3b74a384e422cddc42734 (diff) | |
| download | openbsd-ac20bb42fcec4c75215a5bca5b62760f3476c869.tar.gz openbsd-ac20bb42fcec4c75215a5bca5b62760f3476c869.tar.bz2 openbsd-ac20bb42fcec4c75215a5bca5b62760f3476c869.zip | |
Split two new manual pages EVP_MD_nid(3) and EVP_MD_CTX_ctrl(3)
out of the large EVP_DigestInit(3). No text change.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 654a4f02a2..c7a79fa7b6 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.266 2023/08/31 17:27:41 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.267 2023/09/07 14:22:11 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -175,7 +175,9 @@ MAN= \ | |||
| 175 | EVP_DigestVerifyInit.3 \ | 175 | EVP_DigestVerifyInit.3 \ |
| 176 | EVP_EncodeInit.3 \ | 176 | EVP_EncodeInit.3 \ |
| 177 | EVP_EncryptInit.3 \ | 177 | EVP_EncryptInit.3 \ |
| 178 | EVP_MD_CTX_ctrl.3 \ | ||
| 178 | EVP_MD_meth_new.3 \ | 179 | EVP_MD_meth_new.3 \ |
| 180 | EVP_MD_nid.3 \ | ||
| 179 | EVP_OpenInit.3 \ | 181 | EVP_OpenInit.3 \ |
| 180 | EVP_PKCS82PKEY.3 \ | 182 | EVP_PKCS82PKEY.3 \ |
| 181 | EVP_PKEY_CTX_ctrl.3 \ | 183 | EVP_PKEY_CTX_ctrl.3 \ |
