aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/hmac/hmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/mac/hmac/hmac.h')
-rw-r--r--src/lib/mac/hmac/hmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/mac/hmac/hmac.h b/src/lib/mac/hmac/hmac.h
index 6627475d1..dac56a8d2 100644
--- a/src/lib/mac/hmac/hmac.h
+++ b/src/lib/mac/hmac/hmac.h
@@ -16,7 +16,7 @@ namespace Botan {
/**
* HMAC
*/
-class BOTAN_DLL HMAC final : public MessageAuthenticationCode
+class BOTAN_PUBLIC_API(2,0) HMAC final : public MessageAuthenticationCode
{
public:
void clear() override;