aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-27 07:32:26 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-27 07:32:26 +0000
commitd3841401b2350e9b4b28f6b943f5cda262076101 (patch)
tree06a0eea2f982a7517f5629b0b4f17e2a55828f84 /src/main.c
parent69592b82abe009675df6f8000ca3e30113349721 (diff)
verify PKCS#7 (S/MIME) signature.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@605 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 6a632277..a1bf21a3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -559,7 +559,8 @@ static void check_gpg(void)
debug_print("GpgME Protocol: %s\n Version: %s\n",
gpgme_get_protocol_name
(engineInfo->protocol),
- engineInfo->version);
+ engineInfo->version ?
+ engineInfo->version : "(unknown)");
engineInfo = engineInfo->next;
}
}