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/crc24.h'
#
#
# patch "include/crc24.h"
# from [d7750f1c09b0f34e07dc4331b8b1e96d80f838fe]
# to [05f71a16d271e548513abb74854b9f5da9dbbf24]
#
============================================================
--- include/crc24.h d7750f1c09b0f34e07dc4331b8b1e96d80f838fe
+++ include/crc24.h 05f71a16d271e548513abb74854b9f5da9dbbf24
@@ -13,7 +13,7 @@ namespace Botan {
/*************************************************
* CRC24 *
*************************************************/
-class CRC24 : public HashFunction
+class BOTAN_DLL CRC24 : public HashFunction
{
public:
void clear() throw() { crc = 0xB704CE; }