1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

dirmngr: New libdns snapshot

This commit is contained in:
Justus Winter 2016-12-12 16:48:41 +01:00 committed by Werner Koch
parent f6acd04264
commit f8ab2c4c70
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
2 changed files with 160 additions and 63 deletions

View file

@ -533,7 +533,7 @@ struct dns_rr_i {
int follow;
int (*sort)();
int (*sort)(struct dns_rr *, struct dns_rr *, struct dns_rr_i *, struct dns_packet *);
unsigned args[2];
struct {
@ -1076,7 +1076,11 @@ struct dns_options {
} events;
/* Use this SOCKS server. */
struct sockaddr_storage *socks_host;
const struct sockaddr_storage *socks_host;
/* Credentials for the SOCKS server (optional). */
const char *socks_user;
const char *socks_password;
}; /* struct dns_options */