=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/dns.c,v retrieving revision 1.10.2.1 retrieving revision 1.11 diff -u -r1.10.2.1 -r1.11 --- src/usr.bin/ssh/dns.c 2005/09/02 03:45:00 1.10.2.1 +++ src/usr.bin/ssh/dns.c 2005/04/20 10:05:45 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: dns.c,v 1.10.2.1 2005/09/02 03:45:00 brad Exp $ */ +/* $OpenBSD: dns.c,v 1.11 2005/04/20 10:05:45 jakob Exp $ */ /* * Copyright (c) 2003 Wesley Griffin. All rights reserved. @@ -43,7 +43,7 @@ #include "uuencode.h" extern char *__progname; -RCSID("$OpenBSD: dns.c,v 1.10.2.1 2005/09/02 03:45:00 brad Exp $"); +RCSID("$OpenBSD: dns.c,v 1.11 2005/04/20 10:05:45 jakob Exp $"); #ifndef LWRES static const char *errset_text[] = { @@ -171,7 +171,7 @@ verify_host_key_dns(const char *hostname, struct sockaddr *address, const Key *hostkey, int *flags) { - u_int counter; + int counter; int result; struct rrsetinfo *fingerprints = NULL; @@ -274,7 +274,7 @@ u_char *rdata_digest; u_int rdata_digest_len; - u_int i; + int i; int success = 0; if (dns_read_key(&rdata_pubkey_algorithm, &rdata_digest_type,