=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/kexdh.c,v retrieving revision 1.19.12.2 retrieving revision 1.20 diff -u -r1.19.12.2 -r1.20 --- src/usr.bin/ssh/kexdh.c 2006/10/06 03:19:32 1.19.12.2 +++ src/usr.bin/ssh/kexdh.c 2005/11/04 05:15:59 1.20 @@ -1,4 +1,3 @@ -/* $OpenBSD: kexdh.c,v 1.19.12.2 2006/10/06 03:19:32 brad Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * @@ -23,16 +22,14 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include +#include "includes.h" +RCSID("$OpenBSD: kexdh.c,v 1.20 2005/11/04 05:15:59 djm Exp $"); -#include - #include #include "buffer.h" +#include "bufaux.h" #include "ssh2.h" -#include "key.h" -#include "cipher.h" #include "kex.h" void