aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/threefish/threefish.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/block/threefish/threefish.h')
-rw-r--r--src/lib/block/threefish/threefish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/block/threefish/threefish.h b/src/lib/block/threefish/threefish.h
index cdd27cb11..1a0cc1bf4 100644
--- a/src/lib/block/threefish/threefish.h
+++ b/src/lib/block/threefish/threefish.h
@@ -15,7 +15,7 @@ namespace Botan {
/**
* Threefish-512
*/
-class BOTAN_DLL Threefish_512 final : public Block_Cipher_Fixed_Params<64, 64>
+class BOTAN_PUBLIC_API(2,0) Threefish_512 final : public Block_Cipher_Fixed_Params<64, 64>
{
public:
void encrypt_n(const uint8_t in[], uint8_t out[], size_t blocks) const override;