aboutsummaryrefslogtreecommitdiffstats
path: root/include/x931_rng.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/x931_rng.h')
-rw-r--r--include/x931_rng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/x931_rng.h b/include/x931_rng.h
index 3bb15ed6f..0076bb3f7 100644
--- a/include/x931_rng.h
+++ b/include/x931_rng.h
@@ -17,7 +17,7 @@ namespace Botan {
class BOTAN_DLL ANSI_X931_RNG : 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;