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/ctr.h'
#
#
# patch "include/ctr.h"
# from [f2c4136e4461600e4f34e88296b412dc3f5819b7]
# to [7783b5e3e59dd949a5c0a4af1cd8c3abe46a9c17]
#
============================================================
--- include/ctr.h f2c4136e4461600e4f34e88296b412dc3f5819b7
+++ include/ctr.h 7783b5e3e59dd949a5c0a4af1cd8c3abe46a9c17
@@ -13,7 +13,7 @@ namespace Botan {
/*************************************************
* CTR-BE Mode *
*************************************************/
-class CTR_BE : public BlockCipherMode
+class BOTAN_DLL CTR_BE : public BlockCipherMode
{
public:
CTR_BE(const std::string&);