The unified diff between revisions [5ac60dc5..] and [b3f30c54..] 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 [f6b49ba25578e41cbe4a7472d79c1ce21cc1a62f]
#    to [ecffda4a723a75444b477e2e37bdd24d1c8656e1]
#
============================================================
--- include/crc32.h	f6b49ba25578e41cbe4a7472d79c1ce21cc1a62f
+++ include/crc32.h	ecffda4a723a75444b477e2e37bdd24d1c8656e1
@@ -1,6 +1,6 @@
 /*************************************************
 * CRC32 Header File                              *
-* (C) 1999-2007 The Botan Project                *
+* (C) 1999-2007 Jack Lloyd                       *
 *************************************************/

 #ifndef BOTAN_CRC32_H__
@@ -13,7 +13,7 @@ namespace Botan {
 /*************************************************
 * CRC32                                          *
 *************************************************/
-class CRC32 : public HashFunction
+class BOTAN_DLL CRC32 : public HashFunction
    {
    public:
       void clear() throw() { crc = 0xFFFFFFFF; }