diff options
author | Werner Koch <[email protected]> | 2007-06-06 18:12:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-06-06 18:12:30 +0000 |
commit | 2c9791db555cc571eaedfa71444da05454bd052a (patch) | |
tree | 9566d22f85e562e0c7b35dacc1697c9a58fcff1a /sm/qualified.c | |
parent | Print passphrase encoding info only in PEM mode. (diff) | |
download | gnupg-2c9791db555cc571eaedfa71444da05454bd052a.tar.gz gnupg-2c9791db555cc571eaedfa71444da05454bd052a.zip |
First steps towards supporting W32.
This is mainly source code reorganization.
Update gnulib.
g10/ does currently not build.
Diffstat (limited to 'sm/qualified.c')
-rw-r--r-- | sm/qualified.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/qualified.c b/sm/qualified.c index 4a9c81ddb..0eabeeba4 100644 --- a/sm/qualified.c +++ b/sm/qualified.c @@ -290,7 +290,9 @@ gpgsm_not_qualified_warning (ctrl_t ctrl, ksba_cert_t cert) gpg_error_t err; char *name, *subject, *buffer, *p; const char *s; +#ifdef ENABLE_NLS char *orig_codeset = NULL; +#endif if (!opt.qualsig_approval) return 0; |