=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.313 retrieving revision 1.314 diff -u -r1.313 -r1.314 --- src/usr.bin/ssh/clientloop.c 2018/06/09 03:01:12 1.313 +++ src/usr.bin/ssh/clientloop.c 2018/06/26 02:02:36 1.314 @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.c,v 1.313 2018/06/09 03:01:12 djm Exp $ */ +/* $OpenBSD: clientloop.c,v 1.314 2018/06/26 02:02:36 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -912,7 +912,7 @@ buffer_append(b, string, strlen(string)); } -/* +/* * Process the characters one by one. */ static int @@ -931,7 +931,7 @@ if (c->filter_ctx == NULL) return 0; - + if (len <= 0) return (0); @@ -1731,7 +1731,7 @@ */ struct sshkey **keys; int *keys_seen; - size_t nkeys, nnew; + size_t nkeys, nnew; /* * Keys that are in known_hosts, but were not present in the update