X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/2c06c99bdf88232ed9b4bdd395241e526a65f00a..d5efc78afe35c0cdd3b43799024062d31edb61c6:/openssh/entropy.h diff --git a/openssh/entropy.h b/openssh/entropy.h index 86f69dc..270eacb 100644 --- a/openssh/entropy.h +++ b/openssh/entropy.h @@ -27,12 +27,7 @@ #ifndef _RANDOMS_H #define _RANDOMS_H -#include "buffer.h" - void seed_rng(void); void init_rng(void); -void rexec_send_rng_seed(Buffer *); -void rexec_recv_rng_seed(Buffer *); - #endif /* _RANDOMS_H */