aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xtea.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xtea.h b/include/xtea.h
index fb25161b8..193c13bb9 100644
--- a/include/xtea.h
+++ b/include/xtea.h
@@ -13,7 +13,7 @@ namespace Botan {
/*************************************************
* XTEA *
*************************************************/
-class XTEA : public BlockCipher
+class BOTAN_DLL XTEA : public BlockCipher
{
public:
void clear() throw() { EK.clear(); }