summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2019-08-25 17:08:20 +0000
committerschwarze <>2019-08-25 17:08:20 +0000
commit533a7ff91759c413fd387c34db7eef7bfcad50eb (patch)
tree4dbd1974a4c8c960d717ebecbdf99c589d9e6b50 /src/lib/libcrypto/man/Makefile
parenteccc4884be142bee5501102fc3155e4ac5c90750 (diff)
downloadopenbsd-533a7ff91759c413fd387c34db7eef7bfcad50eb.tar.gz
openbsd-533a7ff91759c413fd387c34db7eef7bfcad50eb.tar.bz2
openbsd-533a7ff91759c413fd387c34db7eef7bfcad50eb.zip
document EVP_sm3(3) and EVP_whirlpool(3), loosely based on the
OpenSSL 1.1.1 pages, which are still under a free license
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile4
1 files changed, 3 insertions, 1 deletions
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 @@
1# $OpenBSD: Makefile,v 1.155 2019/08/25 06:20:22 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.156 2019/08/25 17:08:20 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -158,7 +158,9 @@ MAN= \
158 EVP_camellia_128_cbc.3 \ 158 EVP_camellia_128_cbc.3 \
159 EVP_des_cbc.3 \ 159 EVP_des_cbc.3 \
160 EVP_rc4.3 \ 160 EVP_rc4.3 \
161 EVP_sm3.3 \
161 EVP_sm4_cbc.3 \ 162 EVP_sm4_cbc.3 \
163 EVP_whirlpool.3 \
162 EXTENDED_KEY_USAGE_new.3 \ 164 EXTENDED_KEY_USAGE_new.3 \
163 GENERAL_NAME_new.3 \ 165 GENERAL_NAME_new.3 \
164 HMAC.3 \ 166 HMAC.3 \