aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pubkey/ecc_key/ecc_key.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/ecc_key/ecc_key.cpp b/src/pubkey/ecc_key/ecc_key.cpp
index e1559fc92..22d7aceb4 100644
--- a/src/pubkey/ecc_key/ecc_key.cpp
+++ b/src/pubkey/ecc_key/ecc_key.cpp
@@ -145,7 +145,7 @@ EC_PrivateKey::EC_PrivateKey(RandomNumberGenerator& rng,
{
public_key.check_invariants();
}
- catch(Illegal_Point& e)
+ catch(Illegal_Point)
{
throw Internal_Error("ECC private key generation failed");
}