Browse Source

While we thought this would make portable life easier it actually

makes it much harder.
ok bcook@ kettenis@
OPENBSD_5_6
beck 10 years ago
parent
commit
6289d57278
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/lib/libc/crypt/arc4random.c

+ 1
- 3
src/lib/libc/crypt/arc4random.c View File

@ -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 <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"


Loading…
Cancel
Save