From 48c8f1168082cd30fdd7d7d05f9a81c1b1e2ed14 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 7 Feb 2015 03:26:06 +0000 Subject: Stop defining TERMIOS, ANSI_SOURCE and OPENSSL_NO_RC5 for libssl builds. The first two are unused in libssl/libcrypto and OPENSSL_NO_RC5 is already defined via openssl/opensslfeatures.h. ok beck@ doug@ miod@ --- src/lib/libssl/ssl/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libssl/ssl/Makefile b/src/lib/libssl/ssl/Makefile index c8f954d43e..3dbd476858 100644 --- a/src/lib/libssl/ssl/Makefile +++ b/src/lib/libssl/ssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.48 2015/02/06 09:36:16 doug Exp $ +# $OpenBSD: Makefile,v 1.49 2015/02/07 03:26:06 jsing Exp $ LIB= ssl @@ -11,8 +11,6 @@ CFLAGS+= -Wall CFLAGS+= -Werror .endif CFLAGS+= -DLIBRESSL_INTERNAL -CFLAGS+= -DTERMIOS -DANSI_SOURCE -CFLAGS+= -DOPENSSL_NO_RC5 CFLAGS+= -I${SSL_SRC} SRCS=\ -- cgit v1.2.3-55-g6feb