Re: [Openvpn-devel] [PATCH] Don't define ENABLE_PUSH_PEER_INFO if SSL is not available

2011-05-27 Thread Gert Doering
Hi, On Thu, May 26, 2011 at 10:31:54AM +0200, David Sommerseth wrote: > 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 cry

[Openvpn-devel] [PATCH] Don't define ENABLE_PUSH_PEER_INFO if SSL is not available

2011-05-26 Thread David Sommerseth
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 --- syshead.h |2 ++ 1 files ch