summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt
diff options
context:
space:
mode:
authorangelos <>1997-04-27 22:40:25 +0000
committerangelos <>1997-04-27 22:40:25 +0000
commit7eb278cd2038b8232e8e27005805ef473a928586 (patch)
tree5548a3d231f048d2ddcf7d820fc2fbd7047fd15b /src/lib/libc/crypt
parentc375735e5c0e1f80a30d14069b5441602bcc9502 (diff)
downloadopenbsd-7eb278cd2038b8232e8e27005805ef473a928586.tar.gz
openbsd-7eb278cd2038b8232e8e27005805ef473a928586.tar.bz2
openbsd-7eb278cd2038b8232e8e27005805ef473a928586.zip
Typo and return value for arc4random().
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r--src/lib/libc/crypt/arc4random.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3
index 71a3c003f6..39b4de15db 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.1 1997/04/15 13:06:54 provos Exp $ 1.\" $OpenBSD: arc4random.3,v 1.2 1997/04/27 22:40:25 angelos 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.\"
@@ -39,7 +39,7 @@
39.Nd arc4 random number generator. 39.Nd arc4 random number generator.
40.Sh SYNOPSIS 40.Sh SYNOPSIS
41.Fd #include <stdlib.h> 41.Fd #include <stdlib.h>
42.Ft void 42.Ft u_int32_t
43.Fn arc4random "void" 43.Fn arc4random "void"
44.Ft void 44.Ft void
45.Fn arc4random_stir "void" 45.Fn arc4random_stir "void"
@@ -78,5 +78,5 @@ has been designed by RSA Data Security, Inc. It was posted anonymously
78to the USENET and was confirmed to be equivalent by several sources who 78to the USENET and was confirmed to be equivalent by several sources who
79had access to the original cipher. Since 79had access to the original cipher. Since
80.Pa RC4 80.Pa RC4
81used to by a trade secret, the cipher is now refered to as 81used to be a trade secret, the cipher is now refered to as
82.Pa ARC4 . 82.Pa ARC4 .