mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* fopencookie.c: Dummy function.
* vasprintf.c: New. Taken from binutils-2.9.1 and dropped all non ANSI-C stuff. Merged with asprintf version. * no-pth.c: New.
This commit is contained in:
parent
ebb00fa843
commit
85d9e2e212
7 changed files with 287 additions and 3 deletions
|
@ -84,7 +84,13 @@ enum {
|
|||
GNUPG_Unknown_Sexp = 55,
|
||||
GNUPG_Unsupported_Protection = 56,
|
||||
GNUPG_Corrupted_Protection = 57,
|
||||
GNUPG_Ambiguous_Name = 58
|
||||
GNUPG_Ambiguous_Name = 58,
|
||||
GNUPG_Card_Error = 59,
|
||||
GNUPG_Card_Reset = 60,
|
||||
GNUPG_Card_Removed = 61,
|
||||
GNUPG_Invalid_Card = 62,
|
||||
GNUPG_Card_Not_Present = 63,
|
||||
GNUPG_No_PKCS15_App = 64,
|
||||
};
|
||||
|
||||
/* Status codes - fixme: should go into another file */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue