aboutsummaryrefslogtreecommitdiffstats
path: root/src/x931_rng.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/x931_rng.cpp')
-rw-r--r--src/x931_rng.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x931_rng.cpp b/src/x931_rng.cpp
index 30424f60a..d9ac69296 100644
--- a/src/x931_rng.cpp
+++ b/src/x931_rng.cpp
@@ -13,7 +13,7 @@ namespace Botan {
/*************************************************
* Generate a buffer of random bytes *
*************************************************/
-void ANSI_X931_RNG::randomize(byte out[], u32bit length) throw(PRNG_Unseeded)
+void ANSI_X931_RNG::randomize(byte out[], u32bit length)
{
if(!is_seeded())
throw PRNG_Unseeded(name());