]> andersk Git - openssh.git/blobdiff - entropy.c
Hopefully things did not get mixed around too much. It compiles under
[openssh.git] / entropy.c
index 10684c7fdf3176a6c14d3427dd13718ba3ec045b..3ea68e2a3420bd55fda499b69673e4c44dc872e2 100644 (file)
--- a/entropy.c
+++ b/entropy.c
@@ -24,9 +24,6 @@
 
 #include "includes.h"
 
-#include "ssh.h"
-#include "xmalloc.h"
-
 #include <openssl/rand.h>
 #include <openssl/sha.h>
 
 # include <floatingpoint.h>
 #endif /* HAVE_FLOATINGPOINT_H */
 
+#include "ssh.h"
+#include "xmalloc.h"
+#include "atomicio.h"
+#include "log.h"
+
 RCSID("$Id$");
 
 #ifndef offsetof
This page took 0.034012 seconds and 4 git commands to generate.