diff options
author | kjell <> | 2005-06-07 19:04:58 +0000 |
---|---|---|
committer | kjell <> | 2005-06-07 19:04:58 +0000 |
commit | 8c92dcededfd6dda22940bfc0c6e29b294b73938 (patch) | |
tree | f193c956e8272155687944454f4d4f0bbfc1ae05 /src/lib/libc/crypt | |
parent | 78e3299eb70f83d8118c4baebc1105c99177e1e6 (diff) | |
download | openbsd-8c92dcededfd6dda22940bfc0c6e29b294b73938.tar.gz openbsd-8c92dcededfd6dda22940bfc0c6e29b294b73938.tar.bz2 openbsd-8c92dcededfd6dda22940bfc0c6e29b294b73938.zip |
RC4 is a trademark. Rest of text left intact.
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r-- | src/lib/libc/crypt/arc4random.3 | 4 |
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. | |||
95 | An algorithm called | 95 | An algorithm called |
96 | .Pa RC4 | 96 | .Pa RC4 |
97 | was designed by RSA Data Security, Inc. | 97 | was designed by RSA Data Security, Inc. |
98 | It was considered a trade secret, but not trademarked. | 98 | It was considered a trade secret. |
99 | Because it was a trade secret, it obviously could not be patented. | 99 | Because it was a trade secret, it obviously could not be patented. |
100 | A clone of this was posted anonymously to USENET and confirmed to | 100 | A clone of this was posted anonymously to USENET and confirmed to |
101 | be equivalent by several sources who had access to the original cipher. | 101 | be equivalent by several sources who had access to the original cipher. |