diff options
Diffstat (limited to 'include/lubyrack.h')
-rw-r--r-- | include/lubyrack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lubyrack.h b/include/lubyrack.h index a4e22f086..e5a2e2a20 100644 --- a/include/lubyrack.h +++ b/include/lubyrack.h @@ -13,7 +13,7 @@ namespace Botan { /************************************************* * Luby-Rackoff * *************************************************/ -class LubyRackoff : public BlockCipher +class BOTAN_DLL LubyRackoff : public BlockCipher { public: void clear() throw(); |