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

#
#
# patch "include/cbc.h"
#  from [f4651ab650fe65917932c36f9345bed021fb5556]
#    to [df71821e246ae7b793787d4de94c1caae4659c5f]
#
============================================================
--- include/cbc.h	f4651ab650fe65917932c36f9345bed021fb5556
+++ include/cbc.h	df71821e246ae7b793787d4de94c1caae4659c5f
@@ -14,7 +14,7 @@ namespace Botan {
 /*************************************************
 * CBC Encryption                                 *
 *************************************************/
-class CBC_Encryption : public BlockCipherMode
+class BOTAN_DLL CBC_Encryption : public BlockCipherMode
    {
    public:
       CBC_Encryption(const std::string&, const std::string&);
@@ -30,7 +30,7 @@ class CBC_Encryption : public BlockCiphe
 /*************************************************
 * CBC Decryption                                 *
 *************************************************/
-class CBC_Decryption : public BlockCipherMode
+class BOTAN_DLL CBC_Decryption : public BlockCipherMode
    {
    public:
       CBC_Decryption(const std::string&, const std::string&);