aboutsummaryrefslogtreecommitdiffstats
path: root/include/init.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-06-27 17:09:48 +0000
committerlloyd <[email protected]>2008-06-27 17:09:48 +0000
commite6a5313d766829e2f5f17763d148a26d1a358c05 (patch)
tree9f426437a3996a5a96d9cdb71897a69dfb5ad2ae /include/init.h
parent7861a5a673ab8176d8d89e3f69a4c5a0cd649485 (diff)
Remove the global PRNG object as well as the global list of entropy sources.
Diffstat (limited to 'include/init.h')
-rw-r--r--include/init.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/init.h b/include/init.h
index 85f47545f..f4296a868 100644
--- a/include/init.h
+++ b/include/init.h
@@ -20,7 +20,6 @@ class BOTAN_DLL InitializerOptions
public:
bool thread_safe() const;
bool use_engines() const;
- bool seed_rng() const;
bool secure_memory() const;
bool fips_mode() const;
bool self_test() const;