mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
(stream_read_string): Removed call to abort on
memory error because the CVS version of libgcrypt makes sure that ERRNO gets always set on error even with a faulty user supplied function.
This commit is contained in:
parent
2af725a37f
commit
cf8f6d3cef
10 changed files with 87 additions and 202 deletions
|
@ -296,7 +296,7 @@ learn_status_cb (void *opaque, const char *line)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* Perform the learn command and return a list of all private keys
|
||||
/* Perform the LEARN command and return a list of all private keys
|
||||
stored on the card. */
|
||||
int
|
||||
agent_card_learn (ctrl_t ctrl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue