From e96a30fc9938df6c79e6a062fa34b0ef329146af Mon Sep 17 00:00:00 2001 From: beck <> Date: Wed, 23 Apr 2014 05:13:57 +0000 Subject: [PATCH] Make libssl and libcrypto compile with -Werror ok miod@ --- src/lib/libcrypto/crypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index f46702b7..7259e461 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.26 2014/04/18 19:41:21 miod Exp $ +# $OpenBSD: Makefile,v 1.27 2014/04/23 05:13:57 beck Exp $ LIB= crypto SSL_SRC= ${.CURDIR}/../../libssl/src LCRYPTO_SRC= ${SSL_SRC}/crypto -CFLAGS+= -Wall +CFLAGS+= -Wall -Werror .include # for 'NOPIC' definition .if !defined(NOPIC)