mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-08 00:02:03 -04:00
openssl: Avoid conflicts with wincrypt.h on Windows
There are several conflicts with newer versions of OpenSSL (> 1.0).
This commit is contained in:
parent
a5f4b996bf
commit
55df5e9797
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user