aboutsummaryrefslogtreecommitdiffstats
path: root/checks/common.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-06-28 01:23:40 +0000
committerlloyd <[email protected]>2008-06-28 01:23:40 +0000
commit7e48e57fe153f002f3fcc9731261ce3f3fe86839 (patch)
treec3d36b2d17090aceba9082817400d66b4e44f3a0 /checks/common.h
parentc7994492cd10fc350686afa1ac55bc6be2b18d29 (diff)
Delete the self-test global RNG: just create one in main() and pass it
where it is needed.
Diffstat (limited to 'checks/common.h')
-rw-r--r--checks/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/checks/common.h b/checks/common.h
index 5a75c9059..e42fa8e44 100644
--- a/checks/common.h
+++ b/checks/common.h
@@ -55,8 +55,6 @@ Botan::Filter* lookup_s2k(const std::string&, const std::vector<std::string>&);
Botan::Filter* lookup_kdf(const std::string&, const std::string&,
const std::string&);
-Botan::RandomNumberGenerator& global_rng();
-
class Fixed_Output_RNG : public Botan::RandomNumberGenerator
{
public: