diff options
Diffstat (limited to 'checks')
-rw-r--r-- | checks/check.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/checks/check.cpp b/checks/check.cpp index 93d7e9b94..5cf5c1c31 100644 --- a/checks/check.cpp +++ b/checks/check.cpp @@ -102,6 +102,8 @@ int main(int argc, char* argv[]) Botan::LibraryInitializer init("thread_safe=no"); + //Botan::global_state().algorithm_factory().set_preferred_provider("SHA-160", "core"); + Botan::AutoSeeded_RNG rng; if(opts.is_set("help") || argc <= 1) |