summaryrefslogtreecommitdiffhomepage
path: root/random.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-04-07 01:36:42 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-04-07 01:36:42 +0800
commitc6bdc810abab5b58aba26a7618c49f3dac58ebd6 (patch)
tree2594798a88e46aff08f0b350925b4a77eb0a6341 /random.h
parenta8135dec1e8b9360274679c9ff89cb98cda87930 (diff)
ecc kind of works, needs fixing/testing
--HG-- branch : ecc
Diffstat (limited to 'random.h')
-rw-r--r--random.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/random.h b/random.h
index 4042757..544e77e 100644
--- a/random.h
+++ b/random.h
@@ -32,6 +32,4 @@ 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_ */