The unified diff between revisions [6afe2db1..] 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 [89a5377290a8224a1bd14db3cf14dc5e5aba9e19]
#    to [aa507bb49b93b77a65b3cba83c3aeee1edf99026]
#
============================================================
--- src/buf_es.cpp	89a5377290a8224a1bd14db3cf14dc5e5aba9e19
+++ src/buf_es.cpp	aa507bb49b93b77a65b3cba83c3aeee1edf99026
@@ -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,