=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/hostfile.c,v retrieving revision 1.34.2.1 retrieving revision 1.34.2.2 diff -u -r1.34.2.1 -r1.34.2.2 --- src/usr.bin/ssh/hostfile.c 2005/09/04 18:40:02 1.34.2.1 +++ src/usr.bin/ssh/hostfile.c 2006/02/03 02:53:44 1.34.2.2 @@ -36,7 +36,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: hostfile.c,v 1.34.2.1 2005/09/04 18:40:02 brad Exp $"); +RCSID("$OpenBSD: hostfile.c,v 1.34.2.2 2006/02/03 02:53:44 brad Exp $"); #include #include @@ -88,8 +88,8 @@ return (-1); } if (ret != SHA_DIGEST_LENGTH) { - debug2("extract_salt: expected salt len %u, got %u", - salt_len, ret); + debug2("extract_salt: expected salt len %d, got %d", + SHA_DIGEST_LENGTH, ret); return (-1); }