aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certdump.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-02-18 17:00:21 +0000
committerWerner Koch <[email protected]>2004-02-18 17:00:21 +0000
commit1a709b341c23758de4b146a9702ef9d96898d188 (patch)
tree4dbff656b20dbe98c69ff0bb293ce4afad29506b /sm/certdump.c
parent* sc-investigate.c (main): Setup the used character set. (diff)
downloadgnupg-1a709b341c23758de4b146a9702ef9d96898d188.tar.gz
gnupg-1a709b341c23758de4b146a9702ef9d96898d188.zip
* gpgsm.c (set_debug): Set the new --debug-level flags.
(main): New option --gpgconf-list. (main): Do not setup -u and -r keys when not required. (main): Setup the used character set. * keydb.c (keydb_add_resource): Print a hint to start the gpg-agent.
Diffstat (limited to 'sm/certdump.c')
-rw-r--r--sm/certdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/certdump.c b/sm/certdump.c
index 598ce7448..f2c21f7fa 100644
--- a/sm/certdump.c
+++ b/sm/certdump.c
@@ -555,7 +555,7 @@ format_name_writer (void *cookie, const char *buffer, size_t size)
char *
gpgsm_format_name (const char *name)
{
-#if defined (HAVE_FOPENCOOKIE)|| defined (HAVE_FUNOPEN)
+#if defined (HAVE_FOPENCOOKIE) || defined (HAVE_FUNOPEN)
FILE *fp;
struct format_name_cookie cookie;