aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/x919_mac/x919_mac.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-11-05 03:47:06 -0500
committerJack Lloyd <[email protected]>2020-11-06 11:31:22 -0500
commita55e4b22b6cbeeb30ca787d4ea4e3933ccccbdf1 (patch)
tree3d066440f30d30a46179caded3f1273d06a4dd95 /src/lib/mac/x919_mac/x919_mac.h
parent7c27982e27b953682554de3c4b22843e0e7461e7 (diff)
Remove deprecated headers, make more headers internal
Now modules default to internal headers instead of defaulting to public; making a new public API should be a visible and intentional choice. Brings the public header count from over 300 to around 150. Also removes the deprecated tls_blocking interface
Diffstat (limited to 'src/lib/mac/x919_mac/x919_mac.h')
-rw-r--r--src/lib/mac/x919_mac/x919_mac.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/mac/x919_mac/x919_mac.h b/src/lib/mac/x919_mac/x919_mac.h
index 3df38b9aa..4cd8652fc 100644
--- a/src/lib/mac/x919_mac/x919_mac.h
+++ b/src/lib/mac/x919_mac/x919_mac.h
@@ -11,14 +11,12 @@
#include <botan/mac.h>
#include <botan/block_cipher.h>
-BOTAN_FUTURE_INTERNAL_HEADER(x919_mac.h)
-
namespace Botan {
/**
* DES/3DES-based MAC from ANSI X9.19
*/
-class BOTAN_PUBLIC_API(2,0) ANSI_X919_MAC final : public MessageAuthenticationCode
+class ANSI_X919_MAC final : public MessageAuthenticationCode
{
public:
void clear() override;