From: James Yonan Date: Sun, 14 Nov 2010 22:38:47 +0000 (+0100) Subject: Fixed compiling issues when using --disable-crypto X-Git-Tag: v2.3-alpha1~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98c6662472adf7228e4265328aa8d067aa41695f;p=thirdparty%2Fopenvpn.git Fixed compiling issues when using --disable-crypto 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 --- 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"