summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2023-08-14 14:22:32 +0000
committerschwarze <>2023-08-14 14:22:32 +0000
commitdc31e473c062314fc7039ce389171514580d8fcf (patch)
tree9d8a12054ec5b084b69e81df1c2083178f0f9eb2 /src/lib/libcrypto/man/Makefile
parentd4ac55108c9f22e6e0e39bafa7fcbc1e00289aed (diff)
downloadopenbsd-dc31e473c062314fc7039ce389171514580d8fcf.tar.gz
openbsd-dc31e473c062314fc7039ce389171514580d8fcf.tar.bz2
openbsd-dc31e473c062314fc7039ce389171514580d8fcf.zip
import EVP_sha3_224(3) from the OpenSSL 1.1 branch, which is still under
a free license, tweaked by me
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 23e48a9877..3e216956af 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.259 2023/07/28 05:48:33 tb Exp $ 1# $OpenBSD: Makefile,v 1.260 2023/08/14 14:22:32 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -202,6 +202,7 @@ MAN= \
202 EVP_camellia_128_cbc.3 \ 202 EVP_camellia_128_cbc.3 \
203 EVP_des_cbc.3 \ 203 EVP_des_cbc.3 \
204 EVP_rc4.3 \ 204 EVP_rc4.3 \
205 EVP_sha3_224.3 \
205 EVP_sm3.3 \ 206 EVP_sm3.3 \
206 EVP_sm4_cbc.3 \ 207 EVP_sm4_cbc.3 \
207 EVP_whirlpool.3 \ 208 EVP_whirlpool.3 \