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

#
#
# patch "include/arc4.h"
#  from [aebe572be0beee98e6c0ed6577157c5b7273d40b]
#    to [01b224e18d457df1b42a24b30fee9a937dd84f13]
#
============================================================
--- include/arc4.h	aebe572be0beee98e6c0ed6577157c5b7273d40b
+++ include/arc4.h	01b224e18d457df1b42a24b30fee9a937dd84f13
@@ -13,7 +13,7 @@ namespace Botan {
 /*************************************************
 * ARC4                                           *
 *************************************************/
-class ARC4 : public StreamCipher
+class BOTAN_DLL ARC4 : public StreamCipher
    {
    public:
       void clear() throw();