diff options
-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. |