From 97c5d4d312dbb6d6f70d1d8ea88ab6a03f4e2f2a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 5 Jan 2010 17:36:53 +0000 Subject: Add an API to change passphrases. Currently only implemented for GPGSM. Requires GnuPG 2.1 --- src/gpgme.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gpgme.c') 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; } -- cgit v1.2.3