The unified diff between revisions [229d3942..] and [51f9ee51..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'include/cts.h'
#
#
# patch "include/cts.h"
# from [363763a5730bd19dd68435d3f0e1d7abbf4322e4]
# to [77fdfabc32ea2a733a82947cca8c1795de7c49d4]
#
============================================================
--- include/cts.h 363763a5730bd19dd68435d3f0e1d7abbf4322e4
+++ include/cts.h 77fdfabc32ea2a733a82947cca8c1795de7c49d4
@@ -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 BlockCiphe
/*************************************************
* CTS Decryption *
*************************************************/
-class CTS_Decryption : public BlockCipherMode
+class BOTAN_DLL CTS_Decryption : public BlockCipherMode
{
public:
CTS_Decryption(const std::string&);