aboutsummaryrefslogtreecommitdiffstats
path: root/checks/check.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-16 16:41:19 +0000
committerlloyd <[email protected]>2008-09-16 16:41:19 +0000
commit33af4a6f61b98c22c8d3af92732891733f204b9a (patch)
tree8fb362ee2704f88d28f9528d11b0dc748784aaa3 /checks/check.cpp
parent88de7e5ec1316ae6619e9911a534b3cb93d2dddc (diff)
Use --init arg, was disabled at some point earlier
Diffstat (limited to 'checks/check.cpp')
-rw-r--r--checks/check.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/check.cpp b/checks/check.cpp
index 383d6164b..ccae49713 100644
--- a/checks/check.cpp
+++ b/checks/check.cpp
@@ -101,7 +101,7 @@ int main(int argc, char* argv[])
test_types(); // do this always
Botan::InitializerOptions init_options(opts.value_if_set("init"));
- //Botan::LibraryInitializer init(init_options);
+ Botan::LibraryInitializer init(init_options);
//Botan::LibraryInitializer::initialize(init_options);
if(opts.is_set("help") || argc <= 1)