aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/wid_wake/wid_wake.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/wid_wake/wid_wake.h')
-rw-r--r--src/stream/wid_wake/wid_wake.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/wid_wake/wid_wake.h b/src/stream/wid_wake/wid_wake.h
index a037a056e..23e1eacab 100644
--- a/src/stream/wid_wake/wid_wake.h
+++ b/src/stream/wid_wake/wid_wake.h
@@ -24,7 +24,7 @@ class BOTAN_DLL WiderWake_41_BE : public StreamCipher
bool valid_iv_length(u32bit iv_len) const
{ return (iv_len == 8); }
- void clear() throw();
+ void clear();
std::string name() const { return "WiderWake4+1-BE"; }
StreamCipher* clone() const { return new WiderWake_41_BE; }
WiderWake_41_BE() : StreamCipher(16, 16, 1) {}