From d8d79ed322f8b091f81f6e914b20585f96de9ee4 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 7 Dec 2024 19:22:15 +0000 Subject: Document the low-level rc2.h API. Not that this would be particularly important, but i had to look at the code anyway while completing the EVP documentation. --- src/lib/libcrypto/man/crypto.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/man/crypto.3') diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3 index e63c1a78df..f1367e9e62 100644 --- a/src/lib/libcrypto/man/crypto.3 +++ b/src/lib/libcrypto/man/crypto.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.3,v 1.29 2023/05/01 07:37:45 tb Exp $ +.\" $OpenBSD: crypto.3,v 1.30 2024/12/07 19:22:15 schwarze Exp $ .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 .\" .\" This file is a derived work. @@ -66,7 +66,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 1 2023 $ +.Dd $Mdocdate: December 7 2024 $ .Dt CRYPTO 3 .Os .Sh NAME @@ -88,6 +88,7 @@ Low-level stand-alone interfaces include .Xr BF_set_key 3 , .Xr ChaCha 3 , .Xr DES_set_key 3 , +.Xr RC2_encrypt 3 , and .Xr RC4 3 . .Pp -- cgit v1.2.3-55-g6feb