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/cast256.h'

#
#
# patch "include/cast256.h"
#  from [a42b17aab8fb3bfe958d0842e2bcd962cdf4bd8e]
#    to [2a0689608d851aa9bd85a97dd38043fa89017a04]
#
============================================================
--- include/cast256.h	a42b17aab8fb3bfe958d0842e2bcd962cdf4bd8e
+++ include/cast256.h	2a0689608d851aa9bd85a97dd38043fa89017a04
@@ -13,7 +13,7 @@ namespace Botan {
 /*************************************************
 * CAST-256                                       *
 *************************************************/
-class CAST_256 : public BlockCipher
+class BOTAN_DLL CAST_256 : public BlockCipher
    {
    public:
       void clear() throw() { MK.clear(); RK.clear(); }