From: miod Date: Wed, 16 Apr 2014 19:13:01 +0000 (+0000) Subject: No need to define ANSI_SOURCE and NO_ERR. TERMIOS kept until ui/ui_openssl.c X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=703e3806a796ef05a64ae40dde6524644a058a32;p=openbsd No need to define ANSI_SOURCE and NO_ERR. TERMIOS kept until ui/ui_openssl.c gets a second trim. --- diff --git a/lib/libcrypto/crypto/Makefile b/lib/libcrypto/crypto/Makefile index 3692e734cdb..df7304c76b5 100644 --- a/lib/libcrypto/crypto/Makefile +++ b/lib/libcrypto/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2014/04/16 18:47:51 miod Exp $ +# $OpenBSD: Makefile,v 1.17 2014/04/16 19:13:01 miod Exp $ LIB= crypto @@ -24,7 +24,7 @@ CFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H PICFLAG=-fPIC .endif -CFLAGS+= -DTERMIOS -DANSI_SOURCE -DNO_ERR +CFLAGS+= -DTERMIOS # Hardware engines CFLAGS+= -DOPENSSL_NO_HW_PADLOCK # XXX enable this?