diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-02 17:59:05 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-02 17:59:05 +0000 |
commit | c0b6c0691c2362011d5df6f39847f90c456712ea (patch) | |
tree | 01cee9e37e03f3ac42a55572417b1f603c20142a /lib/libc/crypt/arc4random.3 | |
parent | 4a4f592a90e477e97c07627a30bf8c99afe077d8 (diff) |
First appeared in OpenBSD 2.1
Diffstat (limited to 'lib/libc/crypt/arc4random.3')
-rw-r--r-- | lib/libc/crypt/arc4random.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/crypt/arc4random.3 b/lib/libc/crypt/arc4random.3 index b10115c4d88..1c3ddcb1b11 100644 --- a/lib/libc/crypt/arc4random.3 +++ b/lib/libc/crypt/arc4random.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arc4random.3,v 1.11 1999/07/09 13:35:15 aaron Exp $ +.\" $OpenBSD: arc4random.3,v 1.12 2000/04/02 17:59:04 millert Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -83,3 +83,6 @@ Since .Pa RC4 used to be a trade secret, the cipher is now referred to as .Pa ARC4 . +.Pp +These functions first appeared in +.Ox 2.1 . |