]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fixed compiling issues when using --disable-crypto
authorJames Yonan <james@openvpn.net>
Sun, 14 Nov 2010 22:38:47 +0000 (23:38 +0100)
committerDavid Sommerseth <davids@redhat.com>
Fri, 25 Mar 2011 08:38:28 +0000 (09:38 +0100)
commit98c6662472adf7228e4265328aa8d067aa41695f
treed09e6120b7cb33ea7a6ad44d0e9fc0498f31fcd2
parent3fa86d237721ca113fa020b7e888a1e10374a560
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>
options.c