summaryrefslogtreecommitdiff
path: root/kex.c
diff options
context:
space:
mode:
Diffstat (limited to 'kex.c')
-rw-r--r--kex.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/kex.c b/kex.c
index 6a5fd264b..007173388 100644
--- a/kex.c
+++ b/kex.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: kex.c,v 1.71 2006/03/25 13:17:02 djm Exp $ */ 1/* $OpenBSD: kex.c,v 1.72 2006/07/22 20:48:23 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
4 * 4 *
@@ -27,6 +27,8 @@
27 27
28#include <openssl/crypto.h> 28#include <openssl/crypto.h>
29 29
30#include <string.h>
31
30#include "ssh2.h" 32#include "ssh2.h"
31#include "xmalloc.h" 33#include "xmalloc.h"
32#include "buffer.h" 34#include "buffer.h"