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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/mac/hmac/hmac.h b/src/lib/mac/hmac/hmac.h
index 1f2f4227d..9258a2f4e 100644
--- a/src/lib/mac/hmac/hmac.h
+++ b/src/lib/mac/hmac/hmac.h
@@ -11,14 +11,12 @@
#include <botan/mac.h>
#include <botan/hash.h>
-BOTAN_FUTURE_INTERNAL_HEADER(hmac.h)
-
namespace Botan {
/**
* HMAC
*/
-class BOTAN_PUBLIC_API(2,0) HMAC final : public MessageAuthenticationCode
+class HMAC final : public MessageAuthenticationCode
{
public:
void clear() override;