1
0
Fork 0
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:
David Shaw 2003-04-13 20:06:09 +00:00
parent 6b55878912
commit 01d6a55b77
3 changed files with 10 additions and 2 deletions

View file

@ -230,7 +230,7 @@ main(int argc,char *argv[])
struct srventry *srv;
int rc,i;
rc=getsrv("_hkp._tcp.pgp.net",&srv);
rc=getsrv("_hkp._tcp.wwwkeys.pgp.net",&srv);
printf("Count=%d\n\n",rc);
for(i=0;i<rc;i++)
{