The unified diff between revisions [92f17752..] and [965528e6..] 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 [b2d0dfcc87c0ef93a415b96460fb91650bab50ce]
#    to [6d0b85ee23b95511cca43e7754a65494d8553b0c]
#
============================================================
--- include/buf_es.h	b2d0dfcc87c0ef93a415b96460fb91650bab50ce
+++ include/buf_es.h	6d0b85ee23b95511cca43e7754a65494d8553b0c
@@ -1,6 +1,6 @@
 /*************************************************
 * Buffered EntropySource Header File             *
-* (C) 1999-2006 The Botan Project                *
+* (C) 1999-2007 Jack Lloyd                       *
 *************************************************/

 #ifndef BOTAN_BUFFERED_ES_H__
@@ -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();