aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-02-07 20:41:00 +0000
committerWerner Koch <[email protected]>2002-02-07 20:41:00 +0000
commiteeb5cdb9621981f083be538b26ac4a5d46b57ff8 (patch)
treef0e701b7cf111c1d22805494b26d25b4869c0d9f
parent* certlist.c (gpgsm_add_to_certlist): Check that the specified (diff)
downloadgnupg-eeb5cdb9621981f083be538b26ac4a5d46b57ff8.tar.gz
gnupg-eeb5cdb9621981f083be538b26ac4a5d46b57ff8.zip
Set version numbers add a commentNEWPG-0-3-0
Diffstat (limited to '')
-rw-r--r--sm/call-agent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sm/call-agent.c b/sm/call-agent.c
index 4d7ffbcba..5b3b6d6d0 100644
--- a/sm/call-agent.c
+++ b/sm/call-agent.c
@@ -355,6 +355,7 @@ gpgsm_agent_pkdecrypt (const char *keygrip,
buf = get_membuf (&data, &len);
if (!buf)
return seterr (Out_Of_Core);
+ /* FIXME: We would better a return a full S-exp and not just a part */
assert (len);
len--; /* remove the terminating 0 */
n = strtoul (buf, &endp, 10);