diff options
| author | beck <> | 2014-07-13 09:32:42 +0000 |
|---|---|---|
| committer | beck <> | 2014-07-13 09:32:42 +0000 |
| commit | 1c304b01638d44e13d1398b93ee6894b288fd12e (patch) | |
| tree | 8c414e8022cabf4c404ad21a6e220f4bbf32cc2f /src/lib/libc | |
| parent | e57613c15efa35ebbba4144d2b45202875146c34 (diff) | |
| download | openbsd-1c304b01638d44e13d1398b93ee6894b288fd12e.tar.gz openbsd-1c304b01638d44e13d1398b93ee6894b288fd12e.tar.bz2 openbsd-1c304b01638d44e13d1398b93ee6894b288fd12e.zip | |
While we thought this would make portable life easier it actually
makes it much harder.
ok bcook@ kettenis@
Diffstat (limited to 'src/lib/libc')
| -rw-r--r-- | src/lib/libc/crypt/arc4random.c | 4 |
1 files changed, 1 insertions, 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 @@ | |||
| 1 | /* $OpenBSD: arc4random.c,v 1.42 2014/07/12 18:57:41 deraadt Exp $ */ | 1 | /* $OpenBSD: arc4random.c,v 1.43 2014/07/13 09:32:42 beck Exp $ */ |
| 2 | 2 | ||
| 3 | /* | 3 | /* |
| 4 | * Copyright (c) 1996, David Mazieres <dm@uun.org> | 4 | * Copyright (c) 1996, David Mazieres <dm@uun.org> |
| @@ -34,9 +34,7 @@ | |||
| 34 | #include <sys/time.h> | 34 | #include <sys/time.h> |
| 35 | #include <sys/mman.h> | 35 | #include <sys/mman.h> |
| 36 | 36 | ||
| 37 | #ifdef __OpenBSD__ | ||
| 38 | #include "thread_private.h" | 37 | #include "thread_private.h" |
| 39 | #endif /* __OpenBSD__ */ | ||
| 40 | 38 | ||
| 41 | #define KEYSTREAM_ONLY | 39 | #define KEYSTREAM_ONLY |
| 42 | #include "chacha_private.h" | 40 | #include "chacha_private.h" |
