summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2019-03-21 12:54:37 +0000
committerschwarze <>2019-03-21 12:54:37 +0000
commit314ef64244fa52a1530fd437036f5c4f32e393c3 (patch)
treeebdb37306b04f31a2115436a0b80ef3d9eb28b93 /src/lib/libcrypto/man/Makefile
parentd39253757dfcb08e03f503dfc9f612f9ebdcd114 (diff)
downloadopenbsd-314ef64244fa52a1530fd437036f5c4f32e393c3.tar.gz
openbsd-314ef64244fa52a1530fd437036f5c4f32e393c3.tar.bz2
openbsd-314ef64244fa52a1530fd437036f5c4f32e393c3.zip
Split EVP_des_cbc(3) out of EVP_EncryptInit(3) to reduce clutter:
this moves a large number of functions out of the way that are no longer the latest and greatest. Also mention a few that were missing.
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 884e5257ef..2e885c1bcd 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.145 2019/03/18 11:38:16 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.146 2019/03/21 12:54:37 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -152,6 +152,7 @@ MAN= \
152 EVP_SignInit.3 \ 152 EVP_SignInit.3 \
153 EVP_VerifyInit.3 \ 153 EVP_VerifyInit.3 \
154 EVP_aes_128_cbc.3 \ 154 EVP_aes_128_cbc.3 \
155 EVP_des_cbc.3 \
155 EVP_sm4_cbc.3 \ 156 EVP_sm4_cbc.3 \
156 EXTENDED_KEY_USAGE_new.3 \ 157 EXTENDED_KEY_USAGE_new.3 \
157 GENERAL_NAME_new.3 \ 158 GENERAL_NAME_new.3 \