diff options
Diffstat (limited to 'include/crc24.h')
-rw-r--r-- | include/crc24.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crc24.h b/include/crc24.h index 82a6b6156..919f860ce 100644 --- a/include/crc24.h +++ b/include/crc24.h @@ -13,7 +13,7 @@ namespace Botan { /************************************************* * CRC24 * *************************************************/ -class CRC24 : public HashFunction +class BOTAN_DLL CRC24 : public HashFunction { public: void clear() throw() { crc = 0xB704CE; } |