diff options
author | miod <> | 2014-04-16 19:13:01 +0000 |
---|---|---|
committer | miod <> | 2014-04-16 19:13:01 +0000 |
commit | a5891113a80061c1ba47f752b426539f41f9918f (patch) | |
tree | 2782d25f561bfe17e9c8d3e0520a75e8dc9761c0 /src | |
parent | ff7700434c0a536a541c7e967b4872a8f8f660dc (diff) | |
download | openbsd-a5891113a80061c1ba47f752b426539f41f9918f.tar.gz openbsd-a5891113a80061c1ba47f752b426539f41f9918f.tar.bz2 openbsd-a5891113a80061c1ba47f752b426539f41f9918f.zip |
No need to define ANSI_SOURCE and NO_ERR. TERMIOS kept until ui/ui_openssl.c
gets a second trim.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 3692e734cd..df7304c76b 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.16 2014/04/16 18:47:51 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.17 2014/04/16 19:13:01 miod Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -24,7 +24,7 @@ CFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H | |||
24 | PICFLAG=-fPIC | 24 | PICFLAG=-fPIC |
25 | .endif | 25 | .endif |
26 | 26 | ||
27 | CFLAGS+= -DTERMIOS -DANSI_SOURCE -DNO_ERR | 27 | CFLAGS+= -DTERMIOS |
28 | # Hardware engines | 28 | # Hardware engines |
29 | CFLAGS+= -DOPENSSL_NO_HW_PADLOCK # XXX enable this? | 29 | CFLAGS+= -DOPENSSL_NO_HW_PADLOCK # XXX enable this? |
30 | 30 | ||