openssl: Avoid conflicts with wincrypt.h on Windows
There are several conflicts with newer versions of OpenSSL (> 1.0).
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user