diff options
author | lloyd <[email protected]> | 2008-07-03 11:12:48 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-07-03 11:12:48 +0000 |
commit | 3f07a9eb01f3d22f4fe4dd08827804f5fdde6579 (patch) | |
tree | c8baaa28c81e6018d4a8f34ad415ed725c403fbb | |
parent | 0c4e2533cbae394451ef9951991e0cb067142fba (diff) |
Missing BOTAN_DLL for XTEA, noted by Joel Low
-rw-r--r-- | include/xtea.h | 2 |
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(); } |