artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0484718
)
While we thought this would make portable life easier it actually
author
beck
<beck@openbsd.org>
Sun, 13 Jul 2014 09:32:42 +0000
(09:32 +0000)
committer
beck
<beck@openbsd.org>
Sun, 13 Jul 2014 09:32:42 +0000
(09:32 +0000)
makes it much harder.
ok bcook@ kettenis@
lib/libc/crypt/arc4random.c
patch
|
blob
|
history
diff --git
a/lib/libc/crypt/arc4random.c
b/lib/libc/crypt/arc4random.c
index
4fb57e0
..
235a5d8
100644
(file)
--- a/
lib/libc/crypt/arc4random.c
+++ b/
lib/libc/crypt/arc4random.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: arc4random.c,v 1.4
2 2014/07/12 18:57:41 deraadt Exp $
*/
+/* $OpenBSD: arc4random.c,v 1.4
3 2014/07/13 09:32:42 beck Exp $
*/
/*
* Copyright (c) 1996, David Mazieres <dm@uun.org>
@@
-34,9
+34,7
@@
#include <sys/time.h>
#include <sys/mman.h>
-#ifdef __OpenBSD__
#include "thread_private.h"
-#endif /* __OpenBSD__ */
#define KEYSTREAM_ONLY
#include "chacha_private.h"