diff options
Diffstat (limited to 'include/fork256.h')
-rw-r--r-- | include/fork256.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fork256.h b/include/fork256.h index bcd2cb338..8ad9c1f8d 100644 --- a/include/fork256.h +++ b/include/fork256.h @@ -13,7 +13,7 @@ namespace Botan { /************************************************* * FORK-256 * *************************************************/ -class FORK_256 : public MDx_HashFunction +class BOTAN_DLL FORK_256 : public MDx_HashFunction { public: void clear() throw(); |