From 3671c610235a94a2a799650662cbef0234d0b7c2 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 12 May 2010 19:36:40 +0200 Subject: build: Fixed build. I've added a non-existent kex header, sorry. --- libssh/kex.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libssh') 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 -- cgit