=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/kexdh.c,v retrieving revision 1.20.2.1 retrieving revision 1.21 diff -u -r1.20.2.1 -r1.21 --- src/usr.bin/ssh/kexdh.c 2006/09/30 04:06:50 1.20.2.1 +++ src/usr.bin/ssh/kexdh.c 2006/03/19 18:51:18 1.21 @@ -1,4 +1,3 @@ -/* $OpenBSD: kexdh.c,v 1.20.2.1 2006/09/30 04:06:50 brad Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * @@ -23,16 +22,13 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include +#include "includes.h" -#include - #include #include "buffer.h" +#include "bufaux.h" #include "ssh2.h" -#include "key.h" -#include "cipher.h" #include "kex.h" void