summaryrefslogtreecommitdiff
path: root/entropy.h
diff options
context:
space:
mode:
Diffstat (limited to 'entropy.h')
-rw-r--r--entropy.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/entropy.h b/entropy.h
index 9d5285b29..870164d30 100644
--- a/entropy.h
+++ b/entropy.h
@@ -25,11 +25,10 @@
25#ifndef _RANDOMS_H 25#ifndef _RANDOMS_H
26#define _RANDOMS_H 26#define _RANDOMS_H
27 27
28#include "buffer.h" 28struct sshbuf;
29 29
30void seed_rng(void); 30void seed_rng(void);
31 31void rexec_send_rng_seed(struct sshbuf *);
32void rexec_send_rng_seed(Buffer *); 32void rexec_recv_rng_seed(struct sshbuf *);
33void rexec_recv_rng_seed(Buffer *);
34 33
35#endif /* _RANDOMS_H */ 34#endif /* _RANDOMS_H */