The unified diff between revisions [636b767b..] and [cbf9e103..] is displayed below. It can also be downloaded as a raw diff.

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

#
#
# patch "include/adler32.h"
#  from [3fb3da1fd6fad8255838631b150dc0ce05efd2cd]
#    to [d0efdb2ca6a2312ef2e2abeba1c110fc15c888e8]
#
============================================================
--- include/adler32.h	3fb3da1fd6fad8255838631b150dc0ce05efd2cd
+++ include/adler32.h	d0efdb2ca6a2312ef2e2abeba1c110fc15c888e8
@@ -13,7 +13,7 @@ namespace Botan {
 /*************************************************
 * Adler32                                        *
 *************************************************/
-class Adler32 : public HashFunction
+class BOTAN_DLL Adler32 : public HashFunction
    {
    public:
       void clear() throw() { S1 = 1; S2 = 0; }