1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-06 23:17:47 +02:00

Set version numbers add a comment

This commit is contained in:
Werner Koch 2002-02-07 20:41:00 +00:00
parent 2a28f5d0ae
commit eeb5cdb962

View File

@ -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);