aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgme.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgme.c')
-rw-r--r--src/gpgme.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gpgme.c b/src/gpgme.c
index 2d709e40..fe601a09 100644
--- a/src/gpgme.c
+++ b/src/gpgme.c
@@ -792,6 +792,12 @@ gpgme_pubkey_algo_name (gpgme_pubkey_algo_t algo)
case GPGME_PK_ELG:
return "ELG";
+ case GPGME_PK_ECDSA:
+ return "ECDSA";
+
+ case GPGME_PK_ECDH:
+ return "ECDH";
+
default:
return NULL;
}