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_es.h'
#
#
# patch "include/buf_es.h"
# from [bd1753e4e7fadd64f774b874e1e2b0557bad8a9b]
# to [9e2738c31e98547443cd0cb21daaa64161890e8c]
#
============================================================
--- include/buf_es.h bd1753e4e7fadd64f774b874e1e2b0557bad8a9b
+++ include/buf_es.h 9e2738c31e98547443cd0cb21daaa64161890e8c
@@ -13,7 +13,7 @@ namespace Botan {
/*************************************************
* Buffered EntropySource *
*************************************************/
-class Buffered_EntropySource : public EntropySource
+class BOTAN_DLL Buffered_EntropySource : public EntropySource
{
public:
u32bit slow_poll(byte[], u32bit);