diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/x931_rng.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/x931_rng.h b/include/x931_rng.h index 3cfa52b6a..8bb8cc2ac 100644 --- a/include/x931_rng.h +++ b/include/x931_rng.h @@ -21,7 +21,7 @@ class BOTAN_DLL ANSI_X931_RNG : public RandomNumberGenerator void clear() throw(); std::string name() const; - ANSI_X931_RNG(const std::string& = "", RandomNumberGenerator* = 0); + ANSI_X931_RNG(const std::string&, RandomNumberGenerator*); ~ANSI_X931_RNG(); private: void add_randomness(const byte[], u32bit); |