aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkglue.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/pkglue.c')
-rw-r--r--g10/pkglue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pkglue.c b/g10/pkglue.c
index 4f727aa32..ab77aa916 100644
--- a/g10/pkglue.c
+++ b/g10/pkglue.c
@@ -465,7 +465,7 @@ pk_encrypt (pubkey_algo_t algo, gcry_mpi_t *resarr, gcry_mpi_t data,
s_ciph = NULL;
if (openpgp_oid_is_cv448 (pkey[0]))
{
- rc = openpgp_fixup_pubkey_448 (algo, &public);
+ rc = openpgp_fixup_key_448 (algo, &public);
if (rc)
goto leave;
}