From dcb0d427b64e6c1c48b2beae544701ac303f214a Mon Sep 17 00:00:00 2001 From: beck <> Date: Wed, 23 Apr 2014 05:13:57 +0000 Subject: Make libssl and libcrypto compile with -Werror ok miod@ --- src/lib/libssl/ssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/ssl') diff --git a/src/lib/libssl/ssl/Makefile b/src/lib/libssl/ssl/Makefile index 2deb1b6e00..64dd10bb6d 100644 --- a/src/lib/libssl/ssl/Makefile +++ b/src/lib/libssl/ssl/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.39 2014/04/17 20:44:04 tedu Exp $ +# $OpenBSD: Makefile,v 1.40 2014/04/23 05:13:57 beck Exp $ LIB= ssl SSL_SRC= ${.CURDIR}/../../libssl/src LSSL_SRC= ${SSL_SRC}/ssl -CFLAGS+= -Wall +CFLAGS+= -Wall -Werror CFLAGS+= -DTERMIOS -DANSI_SOURCE CFLAGS+= -DOPENSSL_NO_RC5 -DOPENSSL_NO_KRB5 CFLAGS+= -I${SSL_SRC} -- cgit v1.2.3-55-g6feb