diff options
author | 2014-04-16 19:13:01 +0000 | |
---|---|---|
committer | 2014-04-16 19:13:01 +0000 | |
commit | 703e3806a796ef05a64ae40dde6524644a058a32 (patch) | |
tree | ccd09dd80b06df7a8a09966d1b1eccbbce6980b6 | |
parent | add missing parens so that errorhost gets properly initialized. (diff) | |
download | wireguard-openbsd-703e3806a796ef05a64ae40dde6524644a058a32.tar.xz wireguard-openbsd-703e3806a796ef05a64ae40dde6524644a058a32.zip |
No need to define ANSI_SOURCE and NO_ERR. TERMIOS kept until ui/ui_openssl.c
gets a second trim.
-rw-r--r-- | lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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? |