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