diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2005-06-07 19:04:59 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2005-06-07 19:04:59 +0000 |
commit | cf9b33679683d64ea6b1f1ebe5d759262ffdce66 (patch) | |
tree | e46c17b038b5e8107e6a1d265dc05c6e5ce51e56 /lib | |
parent | 56ada08559176984ff297240141871dc8d5d18c9 (diff) |
RC4 is a trademark. Rest of text left intact.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/crypt/arc4random.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/arc4random.3 b/lib/libc/crypt/arc4random.3 index d8e0f8cda6a..bd2a371a18d 100644 --- a/lib/libc/crypt/arc4random.3 +++ b/lib/libc/crypt/arc4random.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arc4random.3,v 1.17 2000/12/21 14:07:41 aaron Exp $ +.\" $OpenBSD: arc4random.3,v 1.18 2005/06/07 19:04:58 kjell Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -95,7 +95,7 @@ automatically initializes itself. An algorithm called .Pa RC4 was designed by RSA Data Security, Inc. -It was considered a trade secret, but not trademarked. +It was considered a trade secret. Because it was a trade secret, it obviously could not be patented. A clone of this was posted anonymously to USENET and confirmed to be equivalent by several sources who had access to the original cipher. |