diff options
Diffstat (limited to '')
-rw-r--r-- | kbx/kbxutil.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c index cd9d120ff..8b2b9000d 100644 --- a/kbx/kbxutil.c +++ b/kbx/kbxutil.c @@ -411,7 +411,8 @@ import_openpgp (const char *filename, int dryrun) dump_openpgp_key (&info, p); else { - err = _keybox_create_openpgp_blob (&blob, &info, p, nparsed, 0); + err = _keybox_create_openpgp_blob (&blob, &info, p, nparsed, + NULL, 0); if (err) { fflush (stdout); |