The unified diff between revisions [5ac60dc5..] and [11a5f681..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'src/buf_es.cpp'

#
#
# patch "src/buf_es.cpp"
#  from [cd4e86efa29384aae6f685444297076319ba3490]
#    to [aa507bb49b93b77a65b3cba83c3aeee1edf99026]
#
============================================================
--- src/buf_es.cpp	cd4e86efa29384aae6f685444297076319ba3490
+++ src/buf_es.cpp	aa507bb49b93b77a65b3cba83c3aeee1edf99026
@@ -1,6 +1,6 @@
 /*************************************************
 * Buffered EntropySource Source File             *
-* (C) 1999-2007 The Botan Project                *
+* (C) 1999-2007 Jack Lloyd                       *
 *************************************************/

 #include <botan/buf_es.h>
@@ -74,14 +74,6 @@ void Buffered_EntropySource::add_bytes(u
    }

 /*************************************************
-* Add entropy to the internal buffer             *
-*************************************************/
-void Buffered_EntropySource::add_timestamp()
-   {
-   add_bytes(system_clock());
-   }
-
-/*************************************************
 * Take entropy from the internal buffer          *
 *************************************************/
 u32bit Buffered_EntropySource::copy_out(byte out[], u32bit length,