aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-05-12 19:36:40 +0200
committerAndreas Schneider <mail@cynapses.org>2010-05-12 19:36:40 +0200
commit3671c610235a94a2a799650662cbef0234d0b7c2 (patch)
tree7c0376a9ac369cc5b4be18096793bb7d49cb85d9
parent2702f3ea3f8b2bd64806f0ff77ad78ff8b10f7c7 (diff)
downloadlibssh-3671c610235a94a2a799650662cbef0234d0b7c2.tar.gz
libssh-3671c610235a94a2a799650662cbef0234d0b7c2.tar.xz
libssh-3671c610235a94a2a799650662cbef0234d0b7c2.zip
build: Fixed build.
I've added a non-existent kex header, sorry.
-rw-r--r--libssh/kex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libssh/kex.c b/libssh/kex.c
index e66c0aa4..a219afce 100644
--- a/libssh/kex.c
+++ b/libssh/kex.c
@@ -40,7 +40,6 @@
#include "libssh/wrapper.h"
#include "libssh/keys.h"
#include "libssh/dh.h"
-#include "libssh/kex.h"
#include "libssh/string.h"
#ifdef HAVE_LIBGCRYPT