=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/kexgex.c,v retrieving revision 1.23.12.3 retrieving revision 1.24 diff -u -r1.23.12.3 -r1.24 --- src/usr.bin/ssh/kexgex.c 2006/11/08 00:44:05 1.23.12.3 +++ src/usr.bin/ssh/kexgex.c 2005/11/04 05:15:59 1.24 @@ -1,4 +1,3 @@ -/* $OpenBSD: kexgex.c,v 1.23.12.3 2006/11/08 00:44:05 brad Exp $ */ /* * Copyright (c) 2000 Niels Provos. All rights reserved. * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -24,14 +23,13 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include +#include "includes.h" +RCSID("$OpenBSD: kexgex.c,v 1.24 2005/11/04 05:15:59 djm Exp $"); #include -#include #include "buffer.h" -#include "key.h" -#include "cipher.h" +#include "bufaux.h" #include "kex.h" #include "ssh2.h"