aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Yonan <james@openvpn.net>2010-11-14 23:38:47 +0100
committerDavid Sommerseth <davids@redhat.com>2011-03-25 09:38:28 +0100
commit98c6662472adf7228e4265328aa8d067aa41695f (patch)
treed09e6120b7cb33ea7a6ad44d0e9fc0498f31fcd2
parentAdd extv3 X509 field support to --x509-username-field (diff)
downloadopenvpn-98c6662472adf7228e4265328aa8d067aa41695f.tar.xz
Fixed compiling issues when using --disable-crypto
Peter Korsgaard <jacmet@sunsite.dk> 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] <http://sourceforge.net/mailarchive/forum.php?thread_name=87fwx08bod.fsf%40macbook.be.48ers.dk&forum_name=openvpn-devel> Signed-off-by: James Yonan <james@openvpn.net> Acked-by: David Sommerseth <dazo@users.sourceforge.net> Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
-rw-r--r--options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.c b/options.c
index 4c28a8f..4f6434b 100644
--- a/options.c
+++ b/options.c
@@ -50,6 +50,7 @@
#include "manage.h"
#include "forward.h"
#include "configure.h"
+#include "forward.h"
#include <ctype.h>
#include "memdbg.h"