summaryrefslogtreecommitdiff
path: root/dh.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-24 14:05:24 +1000
committerDamien Miller <djm@mindrot.org>2006-07-24 14:05:24 +1000
commitf757d22e8b72b04d5a9228e2075649ded14314db (patch)
tree9f1dbf9859642b0eda94536c1488fda5af70e515 /dh.c
parent8c23403b5141b2cc570a8b55805855eea93d875a (diff)
- stevesk@cvs.openbsd.org 2006/07/18 22:27:55
[dh.c] remove unneeded includes; ok djm@
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 b3f4ceef1..ff31ca991 100644
--- a/dh.c
+++ b/dh.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: dh.c,v 1.36 2006/05/04 14:55:23 djm Exp $ */ 1/* $OpenBSD: dh.c,v 1.37 2006/07/18 22:27:55 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Niels Provos. All rights reserved. 3 * Copyright (c) 2000 Niels Provos. All rights reserved.
4 * 4 *
@@ -25,15 +25,9 @@
25 25
26#include "includes.h" 26#include "includes.h"
27 27
28#include "xmalloc.h"
29
30#include <openssl/bn.h> 28#include <openssl/bn.h>
31#include <openssl/dh.h> 29#include <openssl/dh.h>
32#include <openssl/evp.h>
33 30
34#include "buffer.h"
35#include "cipher.h"
36#include "kex.h"
37#include "dh.h" 31#include "dh.h"
38#include "pathnames.h" 32#include "pathnames.h"
39#include "log.h" 33#include "log.h"