diff --git a/CHANGES b/CHANGES index 4d83fa9..044a151 100644 --- a/CHANGES +++ b/CHANGES @@ -75,6 +75,9 @@ porting: Artem Mygaiev extended Cedril Priscals Android build script with pty code + The check for fips.h required stddef.h + Thanks to Matt Hilt for reporting this issue and sending a patch + docu: libwrap always logs to syslog diff --git a/configure.in b/configure.in index 3f4d427..60ab62b 100644 --- a/configure.in +++ b/configure.in @@ -587,6 +587,7 @@ if test -n "$WITH_FIPS"; then # first, we need to find the include file AC_CACHE_VAL(sc_cv_have_openssl_fips_h, [AC_TRY_COMPILE([#define OPENSSL_FIPS +#include #include ],[;], [sc_cv_have_openssl_fips_h=yes; ], [sv_cv_have_openssl_fips_h=no