aboutsummaryrefslogtreecommitdiffstats
path: root/sm
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-02-02 14:06:19 +0000
committerWerner Koch <[email protected]>2010-02-02 14:06:19 +0000
commit8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0 (patch)
treea9ce6bafa8e38e858cb358debc967bb5436f0e15 /sm
parentFixed a regression introduced with 2.0.14. (diff)
downloadgnupg-8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0.tar.gz
gnupg-8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0.zip
Various changes to eventually support openpgp keys in pgp-agent.
Comment fixes. Minor chnages in preparation of a W32CE port.
Diffstat (limited to 'sm')
-rw-r--r--sm/keylist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/keylist.c b/sm/keylist.c
index e323b2740..feb117d10 100644
--- a/sm/keylist.c
+++ b/sm/keylist.c
@@ -1428,7 +1428,7 @@ list_internal_keys (ctrl_t ctrl, strlist_t names, estream_t fp,
if (p)
{
rc = gpgsm_agent_havekey (ctrl, p);
- if (!rc)
+ if (!rc)
have_secret = 1;
else if ( gpg_err_code (rc) != GPG_ERR_NO_SECKEY)
goto leave;