summaryrefslogtreecommitdiff
path: root/kexdh.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexdh.c')
-rw-r--r--kexdh.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/kexdh.c b/kexdh.c
index 2d13127b8..56e22f5bc 100644
--- a/kexdh.c
+++ b/kexdh.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: kexdh.c,v 1.22 2006/03/25 13:17:02 djm Exp $ */ 1/* $OpenBSD: kexdh.c,v 1.23 2006/08/03 03:34:42 deraadt Exp $ */
2/* 2/*
3 * Copyright (c) 2001 Markus Friedl. All rights reserved. 3 * Copyright (c) 2001 Markus Friedl. All rights reserved.
4 * 4 *
@@ -25,11 +25,16 @@
25 25
26#include "includes.h" 26#include "includes.h"
27 27
28#include <sys/types.h>
29
30#include <signal.h>
31
28#include <openssl/evp.h> 32#include <openssl/evp.h>
29 33
30#include "buffer.h" 34#include "buffer.h"
31#include "bufaux.h"
32#include "ssh2.h" 35#include "ssh2.h"
36#include "key.h"
37#include "cipher.h"
33#include "kex.h" 38#include "kex.h"
34 39
35void 40void