]> 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>
Fri, 27 May 2011 09:43:03 +0000 (11:43 +0200)
commit21fc2edfc49bcc903d5cfb74c1ba2f41ac8771f0
tree2813e6d26127163daadb4afea53e432dee0b45a7
parent8a606673bdd4251c0db876e36e92751907816bb4
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>
syshead.h