mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Exporting secret keys via gpg-agent is now basically supported.
A couple of forward ported changes. Doc updates.
This commit is contained in:
parent
aeb31977ec
commit
bfbd80feb9
72 changed files with 1930 additions and 546 deletions
|
@ -114,6 +114,9 @@ struct srventry
|
|||
#ifndef EAGAIN
|
||||
#define EAGAIN EWOULDBLOCK
|
||||
#endif
|
||||
#ifndef INADDR_NONE /* Slowaris is missing that. */
|
||||
#define INADDR_NONE ((unsigned long)(-1))
|
||||
#endif /*INADDR_NONE*/
|
||||
|
||||
#define HTTP_PROXY_ENV "http_proxy"
|
||||
#define MAX_LINELEN 20000 /* Max. length of a HTTP header line. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue