diff options
author | 2018-03-21 01:05:25 +0000 | |
---|---|---|
committer | 2018-03-21 01:05:25 +0000 | |
commit | b8adee4361097794eb94e19d57280241ed4b9f98 (patch) | |
tree | 7a6c7231f336e5ba99b01ee5de900342b82fc55e /lib | |
parent | rand.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-b8adee4361097794eb94e19d57280241ed4b9f98.tar.xz wireguard-openbsd-b8adee4361097794eb94e19d57280241ed4b9f98.zip |
rc4.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/RC4.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libcrypto/man/RC4.3 b/lib/libcrypto/man/RC4.3 index 5bd1043530a..4c73a021105 100644 --- a/lib/libcrypto/man/RC4.3 +++ b/lib/libcrypto/man/RC4.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RC4.3,v 1.4 2016/11/29 14:51:09 schwarze Exp $ +.\" $OpenBSD: RC4.3,v 1.5 2018/03/21 01:05:25 schwarze Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 29 2016 $ +.Dd $Mdocdate: March 21 2018 $ .Dt RC4 3 .Os .Sh NAME @@ -124,6 +124,7 @@ do not return values. .Fn RC4_set_key and .Fn RC4 -are available in all versions of SSLeay and OpenSSL. +appeared in SSLeay 0.8.1b or earlier and have been available since +.Ox 2.4 . .Sh BUGS This cipher is broken and should no longer be used. |