CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/29 22:44:58
Modified files:
lib/libcrypto : Makefile
lib/libssl : Makefile
lib/libtls : Makefile
Log message:
Only enable -Werror on libcrypto/libssl/libtls if we are building with
gcc4. This should avoid failed builds while transitioning compilers.
While here also make the CFLAGS blocks consistent across makefiles.
Discussed with deraadt@, ok beck@
