The unified diff between revisions [92f17752..] and [11a5f681..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/crc24.h'

#
#
# patch "include/crc24.h"
#  from [af2b70a351ad0360363b0af381b496882f0c4558]
#    to [05f71a16d271e548513abb74854b9f5da9dbbf24]
#
============================================================
--- include/crc24.h	af2b70a351ad0360363b0af381b496882f0c4558
+++ include/crc24.h	05f71a16d271e548513abb74854b9f5da9dbbf24
@@ -1,6 +1,6 @@
 /*************************************************
 * CRC24 Header File                              *
-* (C) 1999-2006 The Botan Project                *
+* (C) 1999-2007 Jack Lloyd                       *
 *************************************************/

 #ifndef BOTAN_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; }