From 4c2c468b08f57e05df3552dee72959e0533bb6bb Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 23 Jan 2007 11:29:13 +0000 Subject: [PATCH] Remove OpenSSL #include. --- src/kex.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/kex.c b/src/kex.c index 26c3f74..185e71b 100644 --- a/src/kex.c +++ b/src/kex.c @@ -36,7 +36,6 @@ */ #include "libssh2_priv.h" -#include /* TODO: Switch this to an inline and handle alloc() failures */ /* Helper macro called from libssh2_kex_method_diffie_hellman_group1_sha1_key_exchange */