summaryrefslogtreecommitdiffstats
path: root/dh.c
diff options
context:
space:
mode:
Diffstat (limited to 'dh.c')
-rw-r--r--dh.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/dh.c b/dh.c
index b3f4ceef..ff31ca99 100644
--- a/dh.c
+++ b/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"