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, 3 insertions, 3 deletions
diff --git a/common/openpgpdefs.h b/common/openpgpdefs.h
index 9552d622e..50d64da9a 100644
--- a/common/openpgpdefs.h
+++ b/common/openpgpdefs.h
@@ -240,8 +240,8 @@ enum gcry_pk_algos map_openpgp_pk_to_gcry (pubkey_algo_t algo);
/*-- openpgp-misc.c --*/
-gcry_mpi_t openpgp_ecc_parse_key (pubkey_algo_t pkalgo, const char *curve,
- gcry_mpi_t key);
-gpg_error_t openpgp_fixup_key_448 (int algo, gcry_mpi_t *p_pubkey);
+gcry_mpi_t openpgp_to_libgcrypt (pubkey_algo_t pkalgo, const char *curve,
+ gcry_mpi_t key);
+gpg_error_t openpgp_from_libgcrypt (int algo, gcry_mpi_t *p_pubkey);
#endif /*GNUPG_COMMON_OPENPGPDEFS_H*/