]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix compiling with --disable-crypto and/or --disable-ssl
authorDavid Sommerseth <davids@redhat.com>
Wed, 14 Dec 2011 17:12:23 +0000 (18:12 +0100)
committerDavid Sommerseth <davids@redhat.com>
Thu, 15 Dec 2011 10:34:48 +0000 (11:34 +0100)
commit1d5c4433cdb7ab0a9d9f7496e6dc2cee189d375f
tree7569e9a150250ff529d4ab7c74c3a12468a33d6b
parente3f1b6a1f23fa03bad3b954b260f14622f2c9897
Fix compiling with --disable-crypto and/or --disable-ssl

The checks introduced in commit 0f2bc0dd92f43c91e33bba8a66b06b98f281efc1
didn't properly remove checks if crypto or SSL was disabled at compile time.

Signed-off-by: David Sommerseth <davids@redhat.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
options.c