aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_keywrap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_keywrap.cpp')
-rw-r--r--src/tests/test_keywrap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_keywrap.cpp b/src/tests/test_keywrap.cpp
index a5b216562..de63d8067 100644
--- a/src/tests/test_keywrap.cpp
+++ b/src/tests/test_keywrap.cpp
@@ -160,7 +160,7 @@ class NIST_Keywrap_Invalid_Tests final : public Text_Based_Test
result.test_failure("Was able to unwrap invalid keywrap input");
}
- catch(Botan::Integrity_Failure)
+ catch(Botan::Integrity_Failure&)
{
result.test_success("Rejected invalid input");
}