diff options
Diffstat (limited to 'entropy.h')
| -rw-r--r-- | entropy.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/entropy.h b/entropy.h index 9d5285b29055..870164d30e90 100644 --- a/entropy.h +++ b/entropy.h @@ -25,11 +25,10 @@ #ifndef _RANDOMS_H #define _RANDOMS_H -#include "buffer.h" +struct sshbuf; void seed_rng(void); - -void rexec_send_rng_seed(Buffer *); -void rexec_recv_rng_seed(Buffer *); +void rexec_send_rng_seed(struct sshbuf *); +void rexec_recv_rng_seed(struct sshbuf *); #endif /* _RANDOMS_H */ |
