mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Set version numbers add a comment
This commit is contained in:
parent
2a28f5d0ae
commit
eeb5cdb962
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue