diff options
Diffstat (limited to 'include/randpool.h')
-rw-r--r-- | include/randpool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/randpool.h b/include/randpool.h index dc8750dc3..e73ba7f3e 100644 --- a/include/randpool.h +++ b/include/randpool.h @@ -17,7 +17,7 @@ namespace Botan { class BOTAN_DLL Randpool : public RandomNumberGenerator { public: - void randomize(byte[], u32bit) throw(PRNG_Unseeded); + void randomize(byte[], u32bit); bool is_seeded() const; void clear() throw(); std::string name() const; |