aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/rng.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/rng.h')
-rw-r--r--src/core/rng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/rng.h b/src/core/rng.h
index 6a8ce63b2..1125d29a1 100644
--- a/src/core/rng.h
+++ b/src/core/rng.h
@@ -94,7 +94,7 @@ class BOTAN_DLL Null_RNG : public RandomNumberGenerator
{
public:
void randomize(byte[], u32bit) { throw PRNG_Unseeded("Null_RNG"); }
- void clear() throw() {};
+ void clear() throw() {}
std::string name() const { return "Null_RNG"; }
bool is_seeded() const { return false; }