From 80821978c802606d93e51cc1f802e767d0e5a307 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sat, 5 Nov 2016 14:16:00 -0400 Subject: Fix test, catching wrong exception type --- src/tests/test_bigint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests') diff --git a/src/tests/test_bigint.cpp b/src/tests/test_bigint.cpp index b54f0082f..27de5cfcb 100644 --- a/src/tests/test_bigint.cpp +++ b/src/tests/test_bigint.cpp @@ -545,7 +545,7 @@ class DSA_ParamGen_Test : public Text_Based_Test result.test_failure("Seed did not generate a DSA parameter"); } } - catch(Botan::Algorithm_Not_Found&) + catch(Botan::Lookup_Error&) { } -- cgit v1.2.3