summaryrefslogtreecommitdiffhomepage
path: root/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'random.h')
-rw-r--r--random.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/random.h b/random.h
index 544e77e..4042757 100644
--- a/random.h
+++ b/random.h
@@ -32,4 +32,6 @@ void genrandom(unsigned char* buf, unsigned int len);
void addrandom(char * buf, unsigned int len);
void gen_random_mpint(mp_int *max, mp_int *rand);
+extern int dropbear_ltc_prng;
+
#endif /* _RANDOM_H_ */