aboutsummaryrefslogtreecommitdiffstats
path: root/g10/export.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/export.c')
-rw-r--r--g10/export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/export.c b/g10/export.c
index 9453c603a..faec87c1b 100644
--- a/g10/export.c
+++ b/g10/export.c
@@ -753,7 +753,7 @@ cleartext_secret_key_to_openpgp (gcry_sexp_t s_key, PKT_public_key *pk)
break;
case GCRY_PK_ECC:
- err = match_curve_skey_pk (key, pk, is_448);
+ err = match_curve_skey_pk (key, pk, &is_448);
if (err)
goto leave;
else