diff options
author | lloyd <[email protected]> | 2010-09-07 16:23:27 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-09-07 16:23:27 +0000 |
commit | b9534e818f443c6439c294ee694fa0774bc6d79b (patch) | |
tree | dfa8fa636ced4123ed1691b1477fdd094e61a532 /src/entropy/unix_procs/es_unix.h | |
parent | d8fcd41ea72d7e00924bb78baa698565de825844 (diff) | |
parent | ad3427826a6dc2113142f1fbee158d79cd3e046d (diff) |
propagate from branch 'net.randombit.botan' (head fb78974f57bc3065d8537ebeb5210c86e74e9bb1)
to branch 'net.randombit.botan.c++0x' (head dcb30c0029c7e44a75d0d8b859447a6c9df97cde)
Diffstat (limited to 'src/entropy/unix_procs/es_unix.h')
-rw-r--r-- | src/entropy/unix_procs/es_unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entropy/unix_procs/es_unix.h b/src/entropy/unix_procs/es_unix.h index 03496b364..415cce9fe 100644 --- a/src/entropy/unix_procs/es_unix.h +++ b/src/entropy/unix_procs/es_unix.h @@ -27,7 +27,7 @@ class Unix_EntropySource : public EntropySource void add_sources(const Unix_Program[], u32bit); Unix_EntropySource(const std::vector<std::string>& path); private: - static void add_default_sources(std::vector<Unix_Program>&); + static std::vector<Unix_Program> get_default_sources(); void fast_poll(Entropy_Accumulator& accum); const std::vector<std::string> PATH; |