The unified diff between revisions [4cbdd6e0..] and [4c883eb4..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'random.h'

#
#
# patch "random.h"
#  from [128a6e472a5e4900a7458ceda877961affa43c24]
#    to [3a02d46ff409f774f6cb2b85059084e50a4b7d8f]
#
============================================================
--- random.h	128a6e472a5e4900a7458ceda877961affa43c24
+++ random.h	3a02d46ff409f774f6cb2b85059084e50a4b7d8f
@@ -28,6 +28,7 @@ void seedrandom();
 struct mp_int;

 void seedrandom();
+void reseedrandom();
 void genrandom(unsigned char* buf, int len);
 void addrandom(unsigned char* buf, int len);
 void gen_random_mpint(mp_int *max, mp_int *rand);