=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth2-hostbased.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- src/usr.bin/ssh/auth2-hostbased.c 2018/09/20 03:28:06 1.38 +++ src/usr.bin/ssh/auth2-hostbased.c 2019/01/19 21:31:32 1.39 @@ -1,4 +1,4 @@ -/* $OpenBSD: auth2-hostbased.c,v 1.38 2018/09/20 03:28:06 djm Exp $ */ +/* $OpenBSD: auth2-hostbased.c,v 1.39 2019/01/19 21:31:32 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -49,6 +49,8 @@ #include "pathnames.h" #include "ssherr.h" #include "match.h" + +extern struct ssh *active_state; /* XXX */ /* import */ extern ServerOptions options;