X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Make.inc.in;fp=Make.inc.in;h=04e1b01bbdeaf8ae893c227be6d7c96c2f574a2e;hb=14a87b81409ef1b07f589b05f013b4e2356b75a3;hp=7c2c35183f87a0a1b071a7e323c86154bac9b52d;hpb=4ca09576d948b5b74d83a3d981a3b121b87bae20;p=freeradius.git diff --git a/Make.inc.in b/Make.inc.in index 7c2c351..04e1b01 100644 --- a/Make.inc.in +++ b/Make.inc.in @@ -52,7 +52,7 @@ INCLUDE = -I${top_srcdir} -I${top_srcdir}/src \ -include ${top_srcdir}/src/freeradius-devel/build.h \ -include ${top_srcdir}/src/freeradius-devel/features.h \ -include ${top_srcdir}/src/freeradius-devel/radpaths.h -CFLAGS = $(INCLUDE) -std=c99 -fno-strict-aliasing @CFLAGS@ +CFLAGS = $(INCLUDE) -fno-strict-aliasing @CFLAGS@ CPPFLAGS = @CPPFLAGS@ LIBPREFIX = @LIBPREFIX@ EXEEXT = @EXEEXT@ @@ -124,6 +124,9 @@ HOSTINFO = @HOSTINFO@ # If the system has OpenSSL, use it's version of MD4/MD5/SHA1, instead of # using ours. # +# We don't use OpenSSL SHA1 by default because src/modules/rlm_eap/libeap/fips186prf.c +# needs access to the SHA internals. +# ifeq "$(WITH_OPENSSL)" "yes" CFLAGS += -DWITH_OPENSSL_MD4 -DWITH_OPENSSL_MD5 endif