aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/base/key_spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/base/key_spec.h')
-rw-r--r--src/lib/base/key_spec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/base/key_spec.h b/src/lib/base/key_spec.h
index a1ac9215f..ad66e81fe 100644
--- a/src/lib/base/key_spec.h
+++ b/src/lib/base/key_spec.h
@@ -15,7 +15,7 @@ namespace Botan {
/**
* Represents the length requirements on an algorithm key
*/
-class BOTAN_DLL Key_Length_Specification
+class BOTAN_PUBLIC_API(2,0) Key_Length_Specification
{
public:
/**