aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/salsa20/salsa20.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/salsa20/salsa20.h')
-rw-r--r--src/stream/salsa20/salsa20.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/salsa20/salsa20.h b/src/stream/salsa20/salsa20.h
index a3e9a3706..3ca781ea2 100644
--- a/src/stream/salsa20/salsa20.h
+++ b/src/stream/salsa20/salsa20.h
@@ -25,7 +25,7 @@ class BOTAN_DLL Salsa20 : public StreamCipher
bool valid_iv_length(u32bit iv_len) const
{ return (iv_len == 8); }
- void clear() throw();
+ void clear();
std::string name() const;
StreamCipher* clone() const { return new Salsa20; }