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/buf_filt.h'
#
#
# patch "include/buf_filt.h"
# from [9a6e15cd22d291c03af283ec5d723b1f04f7d482]
# to [a87ed4badce2ec906b1e048e3d876f629a525f10]
#
============================================================
--- include/buf_filt.h 9a6e15cd22d291c03af283ec5d723b1f04f7d482
+++ include/buf_filt.h a87ed4badce2ec906b1e048e3d876f629a525f10
@@ -13,7 +13,7 @@ namespace Botan {
/*************************************************
* Buffering Filter *
*************************************************/
-class Buffering_Filter : public Filter
+class BOTAN_DLL Buffering_Filter : public Filter
{
public:
void write(const byte[], u32bit);