summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt
diff options
context:
space:
mode:
authorkjell <>2005-06-07 19:04:58 +0000
committerkjell <>2005-06-07 19:04:58 +0000
commit8c92dcededfd6dda22940bfc0c6e29b294b73938 (patch)
treef193c956e8272155687944454f4d4f0bbfc1ae05 /src/lib/libc/crypt
parent78e3299eb70f83d8118c4baebc1105c99177e1e6 (diff)
downloadopenbsd-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.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.