=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/authfile.c,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- src/usr.bin/ssh/authfile.c 2015/03/18 01:44:21 1.112 +++ src/usr.bin/ssh/authfile.c 2015/03/31 22:55:50 1.113 @@ -1,4 +1,4 @@ -/* $OpenBSD: authfile.c,v 1.112 2015/03/18 01:44:21 djm Exp $ */ +/* $OpenBSD: authfile.c,v 1.113 2015/03/31 22:55:50 djm Exp $ */ /* * Copyright (c) 2000, 2013 Markus Friedl. All rights reserved. * @@ -354,6 +354,8 @@ case 0: return r; } +#else /* WITH_SSH1 */ + close(fd); #endif /* WITH_SSH1 */ /* try ssh2 public key */