The unified diff between revisions [6afe2db1..] and [fb5ed585..] 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 [6d0b85ee23b95511cca43e7754a65494d8553b0c]
#
============================================================
--- include/buf_es.h	bd1753e4e7fadd64f774b874e1e2b0557bad8a9b
+++ include/buf_es.h	6d0b85ee23b95511cca43e7754a65494d8553b0c
@@ -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);
@@ -24,7 +24,6 @@ class Buffered_EntropySource : public En

       void add_bytes(const void*, u32bit);
       void add_bytes(u64bit);
-      void add_timestamp();

       virtual void do_slow_poll() = 0;
       virtual void do_fast_poll();