diff options
Diffstat (limited to 'include/adler32.h')
-rw-r--r-- | include/adler32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/adler32.h b/include/adler32.h index e2071ad1c..1abce690c 100644 --- a/include/adler32.h +++ b/include/adler32.h @@ -13,7 +13,7 @@ namespace Botan { /************************************************* * Adler32 * *************************************************/ -class Adler32 : public HashFunction +class BOTAN_DLL Adler32 : public HashFunction { public: void clear() throw() { S1 = 1; S2 = 0; } |