aboutsummaryrefslogtreecommitdiffstats
path: root/common/no-pth.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * no-pth.c, Makefile.am: Removed.Werner Koch2002-05-231-54/+0
| | | | | | | | | | | | * call-scd.c: Seirialized all scdaeom access when using Pth. * cache.c: Made the cache Pth-thread-safe. (agent_unlock_cache_entry): New. * findkey.c (unprotect): Unlock the returned cache value. * command.c (cmd_get_passphrase): Ditto. * gpg-agent.c (main): Register pth_read/write with Assuan.
* * fopencookie.c: Dummy function.Werner Koch2002-02-121-0/+54
* vasprintf.c: New. Taken from binutils-2.9.1 and dropped all non ANSI-C stuff. Merged with asprintf version. * no-pth.c: New.