X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/47e5dc724094708de94ef4779dda74fec80de694..HEAD:/kexdh.c diff --git a/kexdh.c b/kexdh.c index f79d8781..56e22f5b 100644 --- a/kexdh.c +++ b/kexdh.c @@ -1,3 +1,4 @@ +/* $OpenBSD: kexdh.c,v 1.23 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * @@ -23,13 +24,17 @@ */ #include "includes.h" -RCSID("$OpenBSD: kexdh.c,v 1.20 2005/11/04 05:15:59 djm Exp $"); + +#include + +#include #include #include "buffer.h" -#include "bufaux.h" #include "ssh2.h" +#include "key.h" +#include "cipher.h" #include "kex.h" void