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

#
#
# patch "include/cfb.h"
#  from [c16cbb250f291241cd804869085cda04369136a2]
#    to [d6fcd294c41d8665b191c69e4964ba79ac084b61]
#
============================================================
--- include/cfb.h	c16cbb250f291241cd804869085cda04369136a2
+++ include/cfb.h	d6fcd294c41d8665b191c69e4964ba79ac084b61
@@ -13,7 +13,7 @@ namespace Botan {
 /*************************************************
 * CFB Encryption                                 *
 *************************************************/
-class CFB_Encryption : public BlockCipherMode
+class BOTAN_DLL CFB_Encryption : public BlockCipherMode
    {
    public:
       CFB_Encryption(const std::string&, u32bit = 0);
@@ -28,7 +28,7 @@ class CFB_Encryption : public BlockCiphe
 /*************************************************
 * CFB Decryption                                 *
 *************************************************/
-class CFB_Decryption : public BlockCipherMode
+class BOTAN_DLL CFB_Decryption : public BlockCipherMode
    {
    public:
       CFB_Decryption(const std::string&, u32bit = 0);