aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_bigint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_bigint.cpp')
-rw-r--r--src/tests/test_bigint.cpp2
1 files changed, 1 insertions, 1 deletions
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&)
{
}