aboutsummaryrefslogtreecommitdiffstats
path: root/checks/check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'checks/check.cpp')
-rw-r--r--checks/check.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/checks/check.cpp b/checks/check.cpp
index dfe77c39b..bc5d800d7 100644
--- a/checks/check.cpp
+++ b/checks/check.cpp
@@ -94,14 +94,13 @@ int main(int argc, char* argv[])
{
try
{
- OptionParser opts("help|html|init=|test|validate|"
+ OptionParser opts("help|html|test|validate|"
"benchmark|bench-type=|bench-algo=|seconds=");
opts.parse(argv);
test_types(); // do this always
- Botan::InitializerOptions init_options(opts.value_if_set("init"));
- Botan::LibraryInitializer init(init_options);
+ Botan::LibraryInitializer init(false);
Botan::AutoSeeded_RNG rng;