diff options
author | lloyd <[email protected]> | 2008-09-16 16:41:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-16 16:41:19 +0000 |
commit | 33af4a6f61b98c22c8d3af92732891733f204b9a (patch) | |
tree | 8fb362ee2704f88d28f9528d11b0dc748784aaa3 /checks/check.cpp | |
parent | 88de7e5ec1316ae6619e9911a534b3cb93d2dddc (diff) |
Use --init arg, was disabled at some point earlier
Diffstat (limited to 'checks/check.cpp')
-rw-r--r-- | checks/check.cpp | 2 |
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) |