From 7e82ec4449b3d213b9c3838ff6f285b92d8d03fd Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sat, 4 Feb 2012 14:25:11 +0000 Subject: [PATCH] Fix configure test for arc4random on FreeBSD 7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 08d4385e..afa679b8 100755 --- a/configure +++ b/configure @@ -282,7 +282,7 @@ if [ -z "$ARC4RANDOM" ]; then cat <_arc4random.c #include int main(void) { - uint32_t r = arc4random(); + arc4random(); return 0; } EOF -- 2.47.2