summaryrefslogtreecommitdiff
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 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"