From 2611981c7e016c2f3dcbe69051bc2dbf5d4a4d11 Mon Sep 17 00:00:00 2001 From: beck <> Date: Sun, 13 Jul 2014 09:32:42 +0000 Subject: While we thought this would make portable life easier it actually makes it much harder. ok bcook@ kettenis@ --- src/lib/libc/crypt/arc4random.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/libc/crypt/arc4random.c b/src/lib/libc/crypt/arc4random.c index 4fb57e0858..235a5d8d83 100644 --- a/src/lib/libc/crypt/arc4random.c +++ b/src/lib/libc/crypt/arc4random.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arc4random.c,v 1.42 2014/07/12 18:57:41 deraadt Exp $ */ +/* $OpenBSD: arc4random.c,v 1.43 2014/07/13 09:32:42 beck Exp $ */ /* * Copyright (c) 1996, David Mazieres @@ -34,9 +34,7 @@ #include #include -#ifdef __OpenBSD__ #include "thread_private.h" -#endif /* __OpenBSD__ */ #define KEYSTREAM_ONLY #include "chacha_private.h" -- cgit v1.2.3-55-g6feb