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