aboutsummaryrefslogtreecommitdiffstats
path: root/checks/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'checks/common.h')
-rw-r--r--checks/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/checks/common.h b/checks/common.h
index ac3daaf76..fa41882ee 100644
--- a/checks/common.h
+++ b/checks/common.h
@@ -67,6 +67,8 @@ class Fixed_Output_RNG : public Botan::RandomNumberGenerator
return out;
}
+ void reseed(u32bit) {}
+
void randomize(byte out[], u32bit len)
{
for(u32bit j = 0; j != len; j++)