The unified diff between revisions [229d3942..] and [51f9ee51..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'include/crc32.h'
#
#
# patch "include/crc32.h"
# from [9690b6ac67b4af3bf93e685a87f5e47ad7ffe8de]
# to [ecffda4a723a75444b477e2e37bdd24d1c8656e1]
#
============================================================
--- include/crc32.h 9690b6ac67b4af3bf93e685a87f5e47ad7ffe8de
+++ include/crc32.h ecffda4a723a75444b477e2e37bdd24d1c8656e1
@@ -13,7 +13,7 @@ namespace Botan {
/*************************************************
* CRC32 *
*************************************************/
-class CRC32 : public HashFunction
+class BOTAN_DLL CRC32 : public HashFunction
{
public:
void clear() throw() { crc = 0xFFFFFFFF; }