]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Don't define ENABLE_PUSH_PEER_INFO if SSL is not available
authorDavid Sommerseth <davids@redhat.com>
Thu, 26 May 2011 08:16:59 +0000 (10:16 +0200)
committerDavid Sommerseth <davids@redhat.com>
Tue, 31 May 2011 15:52:46 +0000 (17:52 +0200)
commit4fe914a0ef0424144df3b12de19f2166fc613a0c
treea0cdbc87214b51513655b3e706c3637458434540
parente1f2f5f61e5be20be9abd9c747fa83e8189d34c8
Don't define ENABLE_PUSH_PEER_INFO if SSL is not available

The push_peer_info feature depends on the SSL infrastructure and openvpn
will fail to build if ./configure --disable-crypto --disable-ssl is
used.  The solution is to not define ENABLE_PUSH_PEER_INFO if we don't
have crypto/ssl.

Signed-off-by: David Sommerseth <davids@redhat.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 21fc2edfc49bcc903d5cfb74c1ba2f41ac8771f0)
syshead.h