aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkglue.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/pkglue.c')
-rw-r--r--g10/pkglue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/pkglue.c b/g10/pkglue.c
index 360edc8cb..c9169f85b 100644
--- a/g10/pkglue.c
+++ b/g10/pkglue.c
@@ -471,6 +471,7 @@ pk_encrypt (pubkey_algo_t algo, gcry_mpi_t *resarr, gcry_mpi_t data,
int kdf_encr_algo;
gcry_cipher_hd_t hd;
+ /*FIXME use build_kdf_params! */
oid = gcry_mpi_get_opaque (pkey[0], &nbits);
oidlen = (nbits + 7) / 8;