]> andersk Git - openssh.git/blobdiff - entropy.c
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / entropy.c
index b98e3c8597d22c290e96088f1893467060cd8244..8b705397ff9a1870b743583b69913808fc92b3b9 100644 (file)
--- a/entropy.c
+++ b/entropy.c
 #ifdef HAVE_FCNTL_H
 # include <fcntl.h>
 #endif
+#include <stdarg.h>
+#include <string.h>
+#include <signal.h>
+#include <unistd.h>
 
 #include <openssl/rand.h>
 #include <openssl/crypto.h>
@@ -46,7 +50,6 @@
 #include "pathnames.h"
 #include "log.h"
 #include "buffer.h"
-#include "bufaux.h"
 
 /*
  * Portable OpenSSH PRNG seeding:
This page took 0.117419 seconds and 4 git commands to generate.