diff random.h @ 689:c3de235d9506

/dev/random blocks on busy servers too.
author Matt Johnston <matt@ucc.asn.au>
date Thu, 19 Jul 2012 21:34:27 +0800
parents 167fdc091c05
children b07eb3dc23ec
line wrap: on
line diff
--- a/random.h	Sat Jun 30 22:12:28 2012 +0800
+++ b/random.h	Thu Jul 19 21:34:27 2012 +0800
@@ -27,7 +27,6 @@
 
 struct mp_int;
 
-void seedstrongrandom();
 void seedrandom();
 void genrandom(unsigned char* buf, unsigned int len);
 void addrandom(char * buf, unsigned int len);