mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
Set version numbers add a comment
This commit is contained in:
parent
2a28f5d0ae
commit
eeb5cdb962
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user