aboutsummaryrefslogtreecommitdiffstats
path: root/include/cts.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cts.h')
-rw-r--r--include/cts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cts.h b/include/cts.h
index 2245b2b9d..6a07c4eb2 100644
--- a/include/cts.h
+++ b/include/cts.h
@@ -13,7 +13,7 @@ namespace Botan {
/*************************************************
* CTS Encryption *
*************************************************/
-class CTS_Encryption : public BlockCipherMode
+class BOTAN_DLL CTS_Encryption : public BlockCipherMode
{
public:
CTS_Encryption(const std::string&);
@@ -28,7 +28,7 @@ class CTS_Encryption : public BlockCipherMode
/*************************************************
* CTS Decryption *
*************************************************/
-class CTS_Decryption : public BlockCipherMode
+class BOTAN_DLL CTS_Decryption : public BlockCipherMode
{
public:
CTS_Decryption(const std::string&);