=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/kexgexs.c,v retrieving revision 1.1.16.1 retrieving revision 1.1.16.2 diff -u -r1.1.16.1 -r1.1.16.2 --- src/usr.bin/ssh/kexgexs.c 2006/02/03 03:01:56 1.1.16.1 +++ src/usr.bin/ssh/kexgexs.c 2006/10/06 03:19:32 1.1.16.2 @@ -1,3 +1,4 @@ +/* $OpenBSD: kexgexs.c,v 1.1.16.2 2006/10/06 03:19:32 brad Exp $ */ /* * Copyright (c) 2000 Niels Provos. All rights reserved. * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -23,17 +24,25 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "includes.h" -RCSID("$OpenBSD: kexgexs.c,v 1.1.16.1 2006/02/03 03:01:56 brad Exp $"); +#include +#include +#include +#include + #include "xmalloc.h" +#include "buffer.h" #include "key.h" +#include "cipher.h" #include "kex.h" #include "log.h" #include "packet.h" #include "dh.h" #include "ssh2.h" #include "compat.h" +#ifdef GSSAPI +#include "ssh-gss.h" +#endif #include "monitor_wrap.h" void