summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>2014-07-09 16:57:49 +0000
committerbeck <beck@openbsd.org>2014-07-09 16:57:49 +0000
commite5388d055a57d8837dd37cb5478a16abbf98afe9 (patch)
tree8cbc70caf5652cd8ed23a93e4e4cf1e7aacc51b3 /lib/libc
parentchanges to improve portability (diff)
downloadwireguard-openbsd-e5388d055a57d8837dd37cb5478a16abbf98afe9.tar.xz
wireguard-openbsd-e5388d055a57d8837dd37cb5478a16abbf98afe9.zip
Clean up after arc4random u_int32_t uint32_t change
ok jsing@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/crypt/arc4random.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/crypt/arc4random.3 b/lib/libc/crypt/arc4random.3
index 476bc280170..bcefd075fbf 100644
--- a/lib/libc/crypt/arc4random.3
+++ b/lib/libc/crypt/arc4random.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: arc4random.3,v 1.32 2013/10/22 06:51:41 jmc Exp $
+.\" $OpenBSD: arc4random.3,v 1.33 2014/07/09 16:57:49 beck Exp $
.\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -30,7 +30,7 @@
.\"
.\" Manual page, using -mandoc macros
.\"
-.Dd $Mdocdate: October 22 2013 $
+.Dd $Mdocdate: July 9 2014 $
.Dt ARC4RANDOM 3
.Os
.Sh NAME
@@ -40,12 +40,12 @@
.Nd random number generator
.Sh SYNOPSIS
.In stdlib.h
-.Ft u_int32_t
+.Ft uint32_t
.Fn arc4random "void"
.Ft void
.Fn arc4random_buf "void *buf" "size_t nbytes"
-.Ft u_int32_t
-.Fn arc4random_uniform "u_int32_t upper_bound"
+.Ft uint32_t
+.Fn arc4random_uniform "uint32_t upper_bound"
.Sh DESCRIPTION
This family of functions provides higher quality data than those
described in