diff options
Diffstat (limited to 'include/ofb.h')
-rw-r--r-- | include/ofb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ofb.h b/include/ofb.h index e6769d0e9..3bf6f9883 100644 --- a/include/ofb.h +++ b/include/ofb.h @@ -13,7 +13,7 @@ namespace Botan { /************************************************* * OFB Mode * *************************************************/ -class OFB : public BlockCipherMode +class BOTAN_DLL OFB : public BlockCipherMode { public: OFB(const std::string&); |