aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--agent/findkey.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/agent/findkey.c b/agent/findkey.c
index af42d6ece..53a08b89f 100644
--- a/agent/findkey.c
+++ b/agent/findkey.c
@@ -1308,8 +1308,6 @@ agent_is_eddsa_key (gcry_sexp_t s_key)
if (!strcmp (algoname, "ecc") && is_eddsa (list))
result = 1;
- else if (!strcmp (algoname, "eddsa")) /* backward compatibility. */
- result = 1;
else
result = 0;