diff options
| author | schwarze <> | 2019-03-18 11:38:16 +0000 |
|---|---|---|
| committer | schwarze <> | 2019-03-18 11:38:16 +0000 |
| commit | 4a75df5bf2e18cadd97b58970d202fd74c91f934 (patch) | |
| tree | ed38361a5fd9719c12a1a47a52fde9926b42cdd4 /src/lib/libcrypto/man/Makefile | |
| parent | 5a7781d16881bbd122cd4f73de96359580aaedad (diff) | |
| download | openbsd-4a75df5bf2e18cadd97b58970d202fd74c91f934.tar.gz openbsd-4a75df5bf2e18cadd97b58970d202fd74c91f934.tar.bz2 openbsd-4a75df5bf2e18cadd97b58970d202fd74c91f934.zip | |
Split EVP_aes_128_cbc(3) out of EVP_EncryptInit(3):
both resulting pages are still long.
Mention a number of missing functions.
Add some text from the OpenSSL 1.1.1 EVP_aes.pod manual page,
which is still under a free license.
Add missing HISTORY information.
Triggered by tb@ providing EVP_aes_{128,192,256}_wrap(3)
in evp.h rev. 1.74.
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 79ada9713d..884e5257ef 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.144 2019/03/18 05:56:24 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.145 2019/03/18 11:38:16 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -151,6 +151,7 @@ MAN= \ | |||
| 151 | EVP_SealInit.3 \ | 151 | EVP_SealInit.3 \ |
| 152 | EVP_SignInit.3 \ | 152 | EVP_SignInit.3 \ |
| 153 | EVP_VerifyInit.3 \ | 153 | EVP_VerifyInit.3 \ |
| 154 | EVP_aes_128_cbc.3 \ | ||
| 154 | EVP_sm4_cbc.3 \ | 155 | EVP_sm4_cbc.3 \ |
| 155 | EXTENDED_KEY_USAGE_new.3 \ | 156 | EXTENDED_KEY_USAGE_new.3 \ |
| 156 | GENERAL_NAME_new.3 \ | 157 | GENERAL_NAME_new.3 \ |
