diff options
| author | schwarze <> | 2023-08-27 15:33:08 +0000 |
|---|---|---|
| committer | schwarze <> | 2023-08-27 15:33:08 +0000 |
| commit | 44e1ad16951d32b584361dfd5f8ecee255a20c70 (patch) | |
| tree | 6d19a9f18b878def4af8e2b452c79ade090c83a1 /src/lib/libcrypto/man/Makefile | |
| parent | 9c05c884a801c11fd0795c5ef24b2c422487860e (diff) | |
| download | openbsd-44e1ad16951d32b584361dfd5f8ecee255a20c70.tar.gz openbsd-44e1ad16951d32b584361dfd5f8ecee255a20c70.tar.bz2 openbsd-44e1ad16951d32b584361dfd5f8ecee255a20c70.zip | |
Move the weak SHA-1 and MD5 hashes out of EVP_DigestInit(3)
into a new EVP_sha1(3) manual page, and also mention EVP_md4(3) there.
Using input from tb@ and jsing@, who like the general 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 24b53b9eb1..2c243f7fec 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.263 2023/08/25 18:22:41 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.264 2023/08/27 15:33:08 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -205,6 +205,7 @@ MAN= \ | |||
| 205 | EVP_chacha20.3 \ | 205 | EVP_chacha20.3 \ |
| 206 | EVP_des_cbc.3 \ | 206 | EVP_des_cbc.3 \ |
| 207 | EVP_rc4.3 \ | 207 | EVP_rc4.3 \ |
| 208 | EVP_sha1.3 \ | ||
| 208 | EVP_sha3_224.3 \ | 209 | EVP_sha3_224.3 \ |
| 209 | EVP_sm3.3 \ | 210 | EVP_sm3.3 \ |
| 210 | EVP_sm4_cbc.3 \ | 211 | EVP_sm4_cbc.3 \ |
