summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2023-08-15 11:26:49 +0000
committerschwarze <>2023-08-15 11:26:49 +0000
commit88ee009a2ff8a15b737e19d4c3f4b002a60d7a9b (patch)
treee35ef2300652be16978a7e114ad17964b8fd5e69 /src/lib/libcrypto/man/Makefile
parent54c3f0124d3c0055bc2bcc55c0c47db3620da274 (diff)
downloadopenbsd-88ee009a2ff8a15b737e19d4c3f4b002a60d7a9b.tar.gz
openbsd-88ee009a2ff8a15b737e19d4c3f4b002a60d7a9b.tar.bz2
openbsd-88ee009a2ff8a15b737e19d4c3f4b002a60d7a9b.zip
Import the EVP_chacha20(3) manual page from the OpenSSL 1.1 branch,
which is still under a free license, to work on it in the tree. The required content changes have not been done yet, i only tweaked the markup and wording so far.
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 3e216956af..9af9d28c4f 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.260 2023/08/14 14:22:32 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.261 2023/08/15 11:26:49 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -200,6 +200,7 @@ MAN= \
200 EVP_VerifyInit.3 \ 200 EVP_VerifyInit.3 \
201 EVP_aes_128_cbc.3 \ 201 EVP_aes_128_cbc.3 \
202 EVP_camellia_128_cbc.3 \ 202 EVP_camellia_128_cbc.3 \
203 EVP_chacha20.3 \
203 EVP_des_cbc.3 \ 204 EVP_des_cbc.3 \
204 EVP_rc4.3 \ 205 EVP_rc4.3 \
205 EVP_sha3_224.3 \ 206 EVP_sha3_224.3 \