diff options
Diffstat (limited to 'common/openpgpdefs.h')
-rw-r--r-- | common/openpgpdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/openpgpdefs.h b/common/openpgpdefs.h index 01a0e0edf..9552d622e 100644 --- a/common/openpgpdefs.h +++ b/common/openpgpdefs.h @@ -242,6 +242,6 @@ 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_pubkey_448 (int algo, gcry_mpi_t *p_pubkey); +gpg_error_t openpgp_fixup_key_448 (int algo, gcry_mpi_t *p_pubkey); #endif /*GNUPG_COMMON_OPENPGPDEFS_H*/ |