aboutsummaryrefslogtreecommitdiffstats
path: root/include/ctr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ctr.h')
-rw-r--r--include/ctr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ctr.h b/include/ctr.h
index 073ad57b1..c3217a5d1 100644
--- a/include/ctr.h
+++ b/include/ctr.h
@@ -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&);