aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/ofb/ofb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/ofb/ofb.h')
-rw-r--r--src/stream/ofb/ofb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/ofb/ofb.h b/src/stream/ofb/ofb.h
index 5cd48716b..1985ae5a9 100644
--- a/src/stream/ofb/ofb.h
+++ b/src/stream/ofb/ofb.h
@@ -31,7 +31,7 @@ class BOTAN_DLL OFB : public StreamCipher
OFB* clone() const
{ return new OFB(permutation->clone()); }
- void clear() throw();
+ void clear();
OFB(BlockCipher*);
~OFB();