diff options
| author | schwarze <> | 2023-12-01 10:40:21 +0000 |
|---|---|---|
| committer | schwarze <> | 2023-12-01 10:40:21 +0000 |
| commit | 4d0afa658da0dc721072f305e806d225dad77c22 (patch) | |
| tree | 7938f7fbd9b5f339696036f09d5e7f1f30317b66 /src/lib/libcrypto/man/Makefile | |
| parent | db8b3cc49a35614f9b72452403a32c9e0578b3db (diff) | |
| download | openbsd-4d0afa658da0dc721072f305e806d225dad77c22.tar.gz openbsd-4d0afa658da0dc721072f305e806d225dad77c22.tar.bz2 openbsd-4d0afa658da0dc721072f305e806d225dad77c22.zip | |
EVP_EncryptInit(3) is among the most important "how to drive" manuals,
but it is still excessively long and complicated. To reduce the amount
of distractions a bit, split out three deprecated functions into a new
manual page EVP_CIPHER_CTX_init(3). No text change.
In part suggested by tb@, who agrees with the direction.
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 01be881165..a5cd8c53d1 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.277 2023/11/19 10:36:14 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.278 2023/12/01 10:40:21 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -158,6 +158,7 @@ MAN= \ | |||
| 158 | EVP_BytesToKey.3 \ | 158 | EVP_BytesToKey.3 \ |
| 159 | EVP_CIPHER_CTX_ctrl.3 \ | 159 | EVP_CIPHER_CTX_ctrl.3 \ |
| 160 | EVP_CIPHER_CTX_get_cipher_data.3 \ | 160 | EVP_CIPHER_CTX_get_cipher_data.3 \ |
| 161 | EVP_CIPHER_CTX_init.3 \ | ||
| 161 | EVP_CIPHER_CTX_set_flags.3 \ | 162 | EVP_CIPHER_CTX_set_flags.3 \ |
| 162 | EVP_CIPHER_do_all.3 \ | 163 | EVP_CIPHER_do_all.3 \ |
| 163 | EVP_CIPHER_meth_new.3 \ | 164 | EVP_CIPHER_meth_new.3 \ |
