summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/crypt/arc4random.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3
index d8e0f8cda6..bd2a371a18 100644
--- a/src/lib/libc/crypt/arc4random.3
+++ b/src/lib/libc/crypt/arc4random.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: arc4random.3,v 1.17 2000/12/21 14:07:41 aaron Exp $ 1.\" $OpenBSD: arc4random.3,v 1.18 2005/06/07 19:04:58 kjell Exp $
2.\" 2.\"
3.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> 3.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
4.\" All rights reserved. 4.\" All rights reserved.
@@ -95,7 +95,7 @@ automatically initializes itself.
95An algorithm called 95An algorithm called
96.Pa RC4 96.Pa RC4
97was designed by RSA Data Security, Inc. 97was designed by RSA Data Security, Inc.
98It was considered a trade secret, but not trademarked. 98It was considered a trade secret.
99Because it was a trade secret, it obviously could not be patented. 99Because it was a trade secret, it obviously could not be patented.
100A clone of this was posted anonymously to USENET and confirmed to 100A clone of this was posted anonymously to USENET and confirmed to
101be equivalent by several sources who had access to the original cipher. 101be equivalent by several sources who had access to the original cipher.