openssl: Avoid conflicts with wincrypt.h on Windows

There are several conflicts with newer versions of OpenSSL (> 1.0).
This commit is contained in:
Tobias Brunner 2021-01-26 11:17:20 +01:00
parent a5f4b996bf
commit 55df5e9797

View File

@ -2,6 +2,10 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/libstrongswan \
-DFIPS_MODE=${fips_mode}
if USE_WINDOWS
AM_CPPFLAGS += -DNOCRYPT
endif
AM_CFLAGS = \
$(PLUGIN_CFLAGS)