aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/md4/md4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/hash/md4/md4.h')
-rw-r--r--src/lib/hash/md4/md4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hash/md4/md4.h b/src/lib/hash/md4/md4.h
index c84cb0058..278bd16f7 100644
--- a/src/lib/hash/md4/md4.h
+++ b/src/lib/hash/md4/md4.h
@@ -15,7 +15,7 @@ namespace Botan {
/**
* MD4
*/
-class BOTAN_DLL MD4 final : public MDx_HashFunction
+class BOTAN_PUBLIC_API(2,0) MD4 final : public MDx_HashFunction
{
public:
std::string name() const override { return "MD4"; }