diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-09-27 07:32:26 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-09-27 07:32:26 +0000 |
commit | d3841401b2350e9b4b28f6b943f5cda262076101 (patch) | |
tree | 06a0eea2f982a7517f5629b0b4f17e2a55828f84 /src/main.c | |
parent | 69592b82abe009675df6f8000ca3e30113349721 (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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; } } |