]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix ENABLE_CRYPTO_OPENSSL set to YES even with --disable-crypto set
authorArne Schwabe <arne@rfc2549.org>
Sat, 17 Sep 2016 11:16:46 +0000 (13:16 +0200)
committerGert Doering <gert@greenie.muc.de>
Sat, 17 Sep 2016 11:52:22 +0000 (13:52 +0200)
commitd13a40a4a477bae3efede6945174df1cb2c3aa69
tree55b0a64d296f481f7dd9af4ca98272c88c055428
parent3712322ee1219e55640f2f4e5f822799edacd7cc
Fix ENABLE_CRYPTO_OPENSSL set to YES even with --disable-crypto set

On OS X openssl/x509.h is not in the standard include path and the
files still try to include since the includes only depend on on
ENABLE_CRYPTO_OPENSSL.

Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1474111006-16401-1-git-send-email-arne@rfc2549.org>
URL: http://www.mail-archive.com/search?l=mid&q=1474111006-16401-1-git-send-email-arne@rfc2549.org

Signed-off-by: Gert Doering <gert@greenie.muc.de>
configure.ac