Only enable -Werror on libcrypto/libssl/libtls if we are building with
authorjsing <jsing@openbsd.org>
Sun, 30 Apr 2017 04:44:58 +0000 (04:44 +0000)
committerjsing <jsing@openbsd.org>
Sun, 30 Apr 2017 04:44:58 +0000 (04:44 +0000)
commitdaf5597b6f8dcbc5cfcfc1563b10b7b6e8065d58
tree9f49f3af24b73e8b806a67ac39b09cc76a87a543
parent7dcf7dcbd857a230d329e49dc7e64d6f471ffe44
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@
lib/libcrypto/Makefile
lib/libssl/Makefile
lib/libtls/Makefile