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
commit15a90cedfbb16f7a2003395c231461b47bd3e1fd (patch)
treee35ef2300652be16978a7e114ad17964b8fd5e69 /src/lib/libcrypto/man/Makefile
parent71713846df0b1574c02eede181ea8d7f048449f0 (diff)
downloadopenbsd-15a90cedfbb16f7a2003395c231461b47bd3e1fd.tar.gz
openbsd-15a90cedfbb16f7a2003395c231461b47bd3e1fd.tar.bz2
openbsd-15a90cedfbb16f7a2003395c231461b47bd3e1fd.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 \