From 88ee009a2ff8a15b737e19d4c3f4b002a60d7a9b Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Tue, 15 Aug 2023 11:26:49 +0000 Subject: 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. --- src/lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.260 2023/08/14 14:22:32 schwarze Exp $ +# $OpenBSD: Makefile,v 1.261 2023/08/15 11:26:49 schwarze Exp $ .include @@ -200,6 +200,7 @@ MAN= \ EVP_VerifyInit.3 \ EVP_aes_128_cbc.3 \ EVP_camellia_128_cbc.3 \ + EVP_chacha20.3 \ EVP_des_cbc.3 \ EVP_rc4.3 \ EVP_sha3_224.3 \ -- cgit v1.2.3-55-g6feb