diff options
author | 2006-07-18 22:27:55 +0000 | |
---|---|---|
committer | 2006-07-18 22:27:55 +0000 | |
commit | 9b37da4c12264243f85d62f39ed5ae4d62611567 (patch) | |
tree | c129ff0aa06e45c58313fc21bfb42bee3ad46ac9 | |
parent | nuke sc->rssadapt_ch. it was used but not initialized. (diff) | |
download | wireguard-openbsd-9b37da4c12264243f85d62f39ed5ae4d62611567.tar.xz wireguard-openbsd-9b37da4c12264243f85d62f39ed5ae4d62611567.zip |
remove unneeded includes; ok djm@
-rw-r--r-- | usr.bin/ssh/dh.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/ssh/dh.c b/usr.bin/ssh/dh.c index b3f4ceef1e8..ff31ca9918c 100644 --- a/usr.bin/ssh/dh.c +++ b/usr.bin/ssh/dh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dh.c,v 1.36 2006/05/04 14:55:23 djm Exp $ */ +/* $OpenBSD: dh.c,v 1.37 2006/07/18 22:27:55 stevesk Exp $ */ /* * Copyright (c) 2000 Niels Provos. All rights reserved. * @@ -25,15 +25,9 @@ #include "includes.h" -#include "xmalloc.h" - #include <openssl/bn.h> #include <openssl/dh.h> -#include <openssl/evp.h> -#include "buffer.h" -#include "cipher.h" -#include "kex.h" #include "dh.h" #include "pathnames.h" #include "log.h" |