summaryrefslogtreecommitdiff
path: root/kbx/kbxutil.c
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-02-09 16:00:20 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-02-09 16:00:20 +0900
commite28f2fa5b31e90be72c2276f8cea3b22d309d406 (patch)
treeb2a2a5c6072731d068727174418248b0a074df3f /kbx/kbxutil.c
parentd9787447fe6a57e39113b60305b4ab672b9ba897 (diff)
downloadgpg2-e28f2fa5b31e90be72c2276f8cea3b22d309d406.tar.gz
gpg2-e28f2fa5b31e90be72c2276f8cea3b22d309d406.tar.bz2
gpg2-e28f2fa5b31e90be72c2276f8cea3b22d309d406.zip
Imported Upstream version 2.1.20upstream/2.1.20
Diffstat (limited to 'kbx/kbxutil.c')
-rw-r--r--kbx/kbxutil.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c
index dd8477c..0889231 100644
--- a/kbx/kbxutil.c
+++ b/kbx/kbxutil.c
@@ -33,7 +33,7 @@
#include "../common/argparse.h"
#include "../common/stringhelp.h"
#include "../common/utf8conv.h"
-#include "i18n.h"
+#include "../common/i18n.h"
#include "keybox-defs.h"
#include "../common/init.h"
#include <gcrypt.h>
@@ -411,8 +411,7 @@ import_openpgp (const char *filename, int dryrun)
dump_openpgp_key (&info, p);
else
{
- err = _keybox_create_openpgp_blob (&blob, &info, p, nparsed,
- NULL, 0);
+ err = _keybox_create_openpgp_blob (&blob, &info, p, nparsed, 0);
if (err)
{
fflush (stdout);