The unified diff between revisions [5ac60dc5..] and [b3f30c54..] 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 [bb5084e9761ec48aa5cd05338fd1fa4a24be1310]
# to [6d0b85ee23b95511cca43e7754a65494d8553b0c]
#
============================================================
--- include/buf_es.h bb5084e9761ec48aa5cd05338fd1fa4a24be1310
+++ include/buf_es.h 6d0b85ee23b95511cca43e7754a65494d8553b0c
@@ -1,6 +1,6 @@
/*************************************************
* Buffered EntropySource Header File *
-* (C) 1999-2007 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();