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/crc24.h'
#
#
# patch "include/crc24.h"
# from [4e80c4956c3c9841c19728faf8b4ccec95a650eb]
# to [05f71a16d271e548513abb74854b9f5da9dbbf24]
#
============================================================
--- include/crc24.h 4e80c4956c3c9841c19728faf8b4ccec95a650eb
+++ include/crc24.h 05f71a16d271e548513abb74854b9f5da9dbbf24
@@ -1,6 +1,6 @@
/*************************************************
* CRC24 Header File *
-* (C) 1999-2007 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; }