]> andersk Git - openssh.git/blobdiff - entropy.c
- (tim) [regress/portnum.sh] Shell portability fix.
[openssh.git] / entropy.c
index d60583b341d0d9525e90555343f36dc1d7d91ff8..8b705397ff9a1870b743583b69913808fc92b3b9 100644 (file)
--- a/entropy.c
+++ b/entropy.c
 #include <sys/types.h>
 #include <sys/wait.h>
 
+#ifdef HAVE_SYS_STAT_H
+# include <sys/stat.h>
+#endif
+
+#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>
 #include <openssl/err.h>
@@ -38,7 +50,6 @@
 #include "pathnames.h"
 #include "log.h"
 #include "buffer.h"
-#include "bufaux.h"
 
 /*
  * Portable OpenSSH PRNG seeding:
This page took 0.149828 seconds and 4 git commands to generate.