--- embedaddon/strongswan/src/libstrongswan/plugins/openssl/Makefile.am 2020/06/03 09:46:44 1.1.1.1 +++ embedaddon/strongswan/src/libstrongswan/plugins/openssl/Makefile.am 2021/03/17 00:20:08 1.1.1.2 @@ -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)