aboutsummaryrefslogtreecommitdiffstats
path: root/include/rmd160.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rmd160.h')
-rw-r--r--include/rmd160.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rmd160.h b/include/rmd160.h
index 59861ddd5..0544f21cc 100644
--- a/include/rmd160.h
+++ b/include/rmd160.h
@@ -13,7 +13,7 @@ namespace Botan {
/*************************************************
* RIPEMD-160 *
*************************************************/
-class RIPEMD_160 : public MDx_HashFunction
+class BOTAN_DLL RIPEMD_160 : public MDx_HashFunction
{
public:
void clear() throw();