diff options
author | Werner Koch <wk@gnupg.org> | 2001-11-24 18:43:43 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2001-11-24 18:43:43 +0100 |
commit | bab7fa0b297b8e99f5e222bbceda0716b62f7215 (patch) | |
tree | b3fe5f7ec7e1c1bed0bdd98f036c27d605106d15 /kbx | |
parent | Signing does now work. There is no secret key management yet, so you (diff) | |
download | gnupg2-bab7fa0b297b8e99f5e222bbceda0716b62f7215.tar.xz gnupg2-bab7fa0b297b8e99f5e222bbceda0716b62f7215.zip |
Added new directory common to enable sharing of some code and error
numbers between gpg, gpgsm and gpg-agent. Move some files and code to
there.
Diffstat (limited to 'kbx')
-rw-r--r-- | kbx/kbxutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c index e8b015ba6..dcc073097 100644 --- a/kbx/kbxutil.c +++ b/kbx/kbxutil.c @@ -31,7 +31,7 @@ #include "../jnlib/logging.h" #include "../jnlib/argparse.h" #include "../jnlib/stringhelp.h" -#include "i18n.h" +#include "../common/i18n.h" #include "keybox-defs.h" enum cmd_and_opt_values { |