summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormillert <>2000-04-02 17:59:04 +0000
committermillert <>2000-04-02 17:59:04 +0000
commit27f82211376145678362b59c9734a05d673eb794 (patch)
tree29b75a11315be75bf8d5f89b3a72dfd34b6593eb /src
parentaf7b3d78ed91eeccb0f7ee710225c8e0baa7bbd7 (diff)
downloadopenbsd-27f82211376145678362b59c9734a05d673eb794.tar.gz
openbsd-27f82211376145678362b59c9734a05d673eb794.tar.bz2
openbsd-27f82211376145678362b59c9734a05d673eb794.zip
First appeared in OpenBSD 2.1
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/crypt/arc4random.35
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3
index b10115c4d8..1c3ddcb1b1 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.11 1999/07/09 13:35:15 aaron Exp $ 1.\" $OpenBSD: arc4random.3,v 1.12 2000/04/02 17:59:04 millert Exp $
2.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> 2.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
3.\" All rights reserved. 3.\" All rights reserved.
4.\" 4.\"
@@ -83,3 +83,6 @@ Since
83.Pa RC4 83.Pa RC4
84used to be a trade secret, the cipher is now referred to as 84used to be a trade secret, the cipher is now referred to as
85.Pa ARC4 . 85.Pa ARC4 .
86.Pp
87These functions first appeared in
88.Ox 2.1 .