mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* srv.c (main): Test against wwwkeys.pgp.net.
* srv.h: Grr. The RH7.3 Linux man page defines the fourth arg of dn_expand as unsigned char*, but it is really char* according to resolv.h.
This commit is contained in:
parent
6b55878912
commit
01d6a55b77
3 changed files with 10 additions and 2 deletions
|
@ -35,7 +35,7 @@ struct srventry
|
|||
u16 weight;
|
||||
u16 port;
|
||||
int run_count;
|
||||
unsigned char target[MAXDNAME];
|
||||
char target[MAXDNAME];
|
||||
};
|
||||
|
||||
int getsrv(const char *name,struct srventry **list);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue