aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/prf_x942/prf_x942.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/kdf/prf_x942/prf_x942.h')
-rw-r--r--src/lib/kdf/prf_x942/prf_x942.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/kdf/prf_x942/prf_x942.h b/src/lib/kdf/prf_x942/prf_x942.h
index 98af7e069..5f993fef4 100644
--- a/src/lib/kdf/prf_x942/prf_x942.h
+++ b/src/lib/kdf/prf_x942/prf_x942.h
@@ -11,14 +11,12 @@
#include <botan/kdf.h>
#include <botan/asn1_obj.h>
-BOTAN_FUTURE_INTERNAL_HEADER(prf_x942.h)
-
namespace Botan {
/**
* PRF from ANSI X9.42
*/
-class BOTAN_PUBLIC_API(2,0) X942_PRF final : public KDF
+class X942_PRF final : public KDF
{
public:
std::string name() const override;