summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2019-03-21 14:15:13 +0000
committerschwarze <>2019-03-21 14:15:13 +0000
commit65eca37493d312bc1b0570e76d99874a39b2d52f (patch)
treef2f49b6ab6e5dd65fb5cd69a2502c2dd08695122 /src/lib/libcrypto/man/Makefile
parent576239de54829945d45317b356b2866e95c3b9b6 (diff)
downloadopenbsd-65eca37493d312bc1b0570e76d99874a39b2d52f.tar.gz
openbsd-65eca37493d312bc1b0570e76d99874a39b2d52f.tar.bz2
openbsd-65eca37493d312bc1b0570e76d99874a39b2d52f.zip
import EVP_camellia_128_cbc(3) from OpenSSL 1.1.1,
still under a free license, tweaked by me
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 08888f9fef..a9adb07f27 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.147 2019/03/21 13:37:25 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.148 2019/03/21 14:15:13 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_camellia_128_cbc.3 \
155 EVP_des_cbc.3 \ 156 EVP_des_cbc.3 \
156 EVP_rc4.3 \ 157 EVP_rc4.3 \
157 EVP_sm4_cbc.3 \ 158 EVP_sm4_cbc.3 \