summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 .