From 98c6662472adf7228e4265328aa8d067aa41695f Mon Sep 17 00:00:00 2001 From: James Yonan Date: Sun, 14 Nov 2010 23:38:47 +0100 Subject: [PATCH] Fixed compiling issues when using --disable-crypto MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Peter Korsgaard reported an issue [1] when compiling with --disable-crypto activated. He suggested a patch, which only partly solved the issue. SVN r6568 / commit 3cf9dd88fd84108 added a new feature which further made it impossible to compile without crypto. This patch fixes both issues, based on Peter Korsgaard's patch. [1]  Signed-off-by: James Yonan Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/options.c b/options.c index 4c28a8f7b..4f6434b89 100644 --- a/options.c +++ b/options.c @@ -50,6 +50,7 @@ #include "manage.h" #include "forward.h" #include "configure.h" +#include "forward.h" #include #include "memdbg.h" -- 2.47.2