From 533a7ff91759c413fd387c34db7eef7bfcad50eb Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 25 Aug 2019 17:08:20 +0000 Subject: document EVP_sm3(3) and EVP_whirlpool(3), loosely based on the OpenSSL 1.1.1 pages, which are still under a free license --- src/lib/libcrypto/man/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 219450e234..e3e8e710c2 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.155 2019/08/25 06:20:22 schwarze Exp $ +# $OpenBSD: Makefile,v 1.156 2019/08/25 17:08:20 schwarze Exp $ .include @@ -158,7 +158,9 @@ MAN= \ EVP_camellia_128_cbc.3 \ EVP_des_cbc.3 \ EVP_rc4.3 \ + EVP_sm3.3 \ EVP_sm4_cbc.3 \ + EVP_whirlpool.3 \ EXTENDED_KEY_USAGE_new.3 \ GENERAL_NAME_new.3 \ HMAC.3 \ -- cgit v1.2.3-55-g6feb