aboutsummaryrefslogtreecommitdiffstats
path: root/common/openpgpdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/openpgpdefs.h')
-rw-r--r--common/openpgpdefs.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/common/openpgpdefs.h b/common/openpgpdefs.h
index 4e5500d0b..2ed4a6cd0 100644
--- a/common/openpgpdefs.h
+++ b/common/openpgpdefs.h
@@ -240,9 +240,7 @@ enum gcry_pk_algos map_openpgp_pk_to_gcry (pubkey_algo_t algo);
/*-- openpgp-misc.c --*/
-gcry_mpi_t openpgp_ecc_parse_pubkey (pubkey_algo_t pkalgo, const char *curve,
- gcry_mpi_t pubkey);
-gcry_mpi_t openpgp_ecc_parse_seckey (pubkey_algo_t pkalgo, const char *curve_oid,
- gcry_mpi_t seckey);
+gcry_mpi_t openpgp_ecc_parse_key (pubkey_algo_t pkalgo, const char *curve,
+ gcry_mpi_t key);
#endif /*GNUPG_COMMON_OPENPGPDEFS_H*/