aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-04-17 16:03:11 +0000
committerlloyd <[email protected]>2008-04-17 16:03:11 +0000
commita2941106b36829e0b7187ca7d2a825175ced7fa4 (patch)
tree525d63e5400028afcbf727c2e97edb2b54c636de /modules
parent9ea54fcb8b9172ce9a756a2ef1ade7138f7d6a34 (diff)
parent2ca8f36e3b41b751a9febcd0aa741ab532b7eb33 (diff)
propagate from branch 'net.randombit.botan' (head 85596a0b1fbee6696261d36def7dad742375f7d9)
to branch 'net.randombit.botan.remove-libstate' (head faf75eec422a3eb6108748315724fb6ac217dede)
Diffstat (limited to 'modules')
-rw-r--r--modules/es_unix/es_unix.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/es_unix/es_unix.cpp b/modules/es_unix/es_unix.cpp
index 466c0accb..b22d9dd5c 100644
--- a/modules/es_unix/es_unix.cpp
+++ b/modules/es_unix/es_unix.cpp
@@ -90,8 +90,6 @@ void Unix_EntropySource::do_slow_poll()
u32bit got = 0;
for(u32bit j = 0; j != sources.size(); j++)
{
- add_timestamp();
-
DataSource_Command pipe(sources[j].name_and_args, PATH);
SecureVector<byte> buffer(DEFAULT_BUFFERSIZE);