The unified diff between revisions [92f17752..] and [11a5f681..] 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 [bb45d558c81fc04ab816789c2c8c83eab422e979]
# to [d6fcd294c41d8665b191c69e4964ba79ac084b61]
#
============================================================
--- include/cfb.h bb45d558c81fc04ab816789c2c8c83eab422e979
+++ include/cfb.h d6fcd294c41d8665b191c69e4964ba79ac084b61
@@ -1,6 +1,6 @@
/*************************************************
* CFB Mode Header File *
-* (C) 1999-2006 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#ifndef BOTAN_CFB_H__
@@ -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);