From b1e0a2287902704dfe165a7ba7d1fe23b22bf25f Mon Sep 17 00:00:00 2001 From: doug <> Date: Sat, 27 Jun 2015 22:42:02 +0000 Subject: Fix pointer to unsigned long conversion. bcook@ notes that this check really only impacted 64-bit Windows. Also, changed the check to be unsigned for consistency. ok bcook@ --- 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 a13fcdf512..0ff974e4de 100644 --- a/src/lib/libssl/ssl/Makefile +++ b/src/lib/libssl/ssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.52 2015/06/05 21:42:37 tobiasu Exp $ +# $OpenBSD: Makefile,v 1.53 2015/06/27 22:42:02 doug Exp $ LIB= ssl @@ -6,7 +6,7 @@ SSL_SRC= ${.CURDIR}/../../libssl/src LSSL_SRC= ${SSL_SRC}/ssl .include -CFLAGS+= -Wall +CFLAGS+= -Wall -Wundef .if ${COMPILER_VERSION:L} != "gcc3" CFLAGS+= -Werror .endif -- cgit v1.2.3-55-g6feb