diff options
Diffstat (limited to 'include/tea.h')
-rw-r--r-- | include/tea.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tea.h b/include/tea.h index 3be8168ab..2fc9fe838 100644 --- a/include/tea.h +++ b/include/tea.h @@ -13,7 +13,7 @@ namespace Botan { /************************************************* * TEA * *************************************************/ -class TEA : public BlockCipher +class BOTAN_DLL TEA : public BlockCipher { public: void clear() throw() { K.clear(); } |