aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/cast/cast128.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/block/cast/cast128.h')
-rw-r--r--src/lib/block/cast/cast128.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/block/cast/cast128.h b/src/lib/block/cast/cast128.h
index 96e543aed..7840c30cf 100644
--- a/src/lib/block/cast/cast128.h
+++ b/src/lib/block/cast/cast128.h
@@ -15,7 +15,7 @@ namespace Botan {
/**
* CAST-128
*/
-class BOTAN_DLL CAST_128 final : public Block_Cipher_Fixed_Params<8, 11, 16>
+class BOTAN_PUBLIC_API(2,0) CAST_128 final : public Block_Cipher_Fixed_Params<8, 11, 16>
{
public:
void encrypt_n(const uint8_t in[], uint8_t out[], size_t blocks) const override;