diff options
author | 2005-06-07 19:04:58 +0000 | |
---|---|---|
committer | 2005-06-07 19:04:58 +0000 | |
commit | 553b0d0069c7e87a60863546c53497b81fcd54f9 (patch) | |
tree | c8ce1d6f6d66366064205074cb84774ef6961fda /lib/libc | |
parent | Set the reject and blackhole flags for kernel routes too. This makes the (diff) | |
download | wireguard-openbsd-553b0d0069c7e87a60863546c53497b81fcd54f9.tar.xz wireguard-openbsd-553b0d0069c7e87a60863546c53497b81fcd54f9.zip |
RC4 is a trademark. Rest of text left intact.
Diffstat (limited to 'lib/libc')
-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. |