X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/2c06c99bdf88232ed9b4bdd395241e526a65f00a..5d113e7f08693ec48aada9bb1f0c7fafe38e68a0:/openssh/entropy.c diff --git a/openssh/entropy.c b/openssh/entropy.c index fc90c51..8b70539 100644 --- a/openssh/entropy.c +++ b/openssh/entropy.c @@ -24,6 +24,21 @@ #include "includes.h" +#include +#include + +#ifdef HAVE_SYS_STAT_H +# include +#endif + +#ifdef HAVE_FCNTL_H +# include +#endif +#include +#include +#include +#include + #include #include #include @@ -35,7 +50,6 @@ #include "pathnames.h" #include "log.h" #include "buffer.h" -#include "bufaux.h" /* * Portable OpenSSH PRNG seeding: @@ -48,8 +62,6 @@ * XXX: we should tell the child how many bytes we need. */ -RCSID("$Id$"); - #ifndef OPENSSL_PRNG_ONLY #define RANDOM_SEED_SIZE 48 static uid_t original_uid, original_euid;