From ab315f6f3af89fb98fffe249c7c4e89ff030ffc4 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Tue, 27 Feb 2018 20:43:41 +0000 Subject: Garbage collect RC5 documentation. We have no code implementing it, tedu@ took care of the rc5/ directory in 2014, the related files are commented out in arch/*/Makefile.inc, and opensslfeatures.h contains an explicit #define OPENSSL_NO_RC5. --- src/lib/libcrypto/man/crypto.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 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 7f0816903e..cbc8f1169c 100644 --- a/src/lib/libcrypto/man/crypto.3 +++ b/src/lib/libcrypto/man/crypto.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.3,v 1.17 2018/02/27 20:28:06 schwarze Exp $ +.\" $OpenBSD: crypto.3,v 1.18 2018/02/27 20:43:41 schwarze Exp $ .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 .\" .\" This file was written by Ulf Moeller and @@ -63,8 +63,8 @@ implementations of TLS and S/MIME, and they have also been used to implement SSH, OpenPGP, and other cryptographic standards. .Pp .Sy Symmetric ciphers -including AES, Blowfish, CAST, Chacha20, IDEA, DES, RC2, RC4, and -RC5 are provided by the generic interface +including AES, Blowfish, CAST, Chacha20, IDEA, DES, RC2, and RC4 +are provided by the generic interface .Xr EVP_EncryptInit 3 . Low-level stand-alone interfaces include .Xr BF_set_key 3 , -- cgit v1.2.3-55-g6feb