summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2019-03-18 05:56:24 +0000
committerschwarze <>2019-03-18 05:56:24 +0000
commitbd486221e04af53292d6f243b53e05412979982b (patch)
tree9c2a9717de41c81224f6a8a03e84d8183ec5ce13 /src/lib/libcrypto/man/Makefile
parent4aee93b79daae299daa2fe34199558d824600236 (diff)
downloadopenbsd-bd486221e04af53292d6f243b53e05412979982b.tar.gz
openbsd-bd486221e04af53292d6f243b53e05412979982b.tar.bz2
openbsd-bd486221e04af53292d6f243b53e05412979982b.zip
Document SM4; related to evp.h rev. 1.73.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-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 5adaafe4ff..79ada9713d 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.143 2019/03/10 15:00:34 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.144 2019/03/18 05:56:24 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_sm4_cbc.3 \
154 EXTENDED_KEY_USAGE_new.3 \ 155 EXTENDED_KEY_USAGE_new.3 \
155 GENERAL_NAME_new.3 \ 156 GENERAL_NAME_new.3 \
156 HMAC.3 \ 157 HMAC.3 \