diff options
author | jsing <> | 2015-02-07 03:26:06 +0000 |
---|---|---|
committer | jsing <> | 2015-02-07 03:26:06 +0000 |
commit | 48c8f1168082cd30fdd7d7d05f9a81c1b1e2ed14 (patch) | |
tree | 3bb79043bd4ffb4c10dbbd6ff5a26151f857daee | |
parent | 7bfdcd18a000040874a054d8608346a86c85afc4 (diff) | |
download | openbsd-48c8f1168082cd30fdd7d7d05f9a81c1b1e2ed14.tar.gz openbsd-48c8f1168082cd30fdd7d7d05f9a81c1b1e2ed14.tar.bz2 openbsd-48c8f1168082cd30fdd7d7d05f9a81c1b1e2ed14.zip |
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@
-rw-r--r-- | src/lib/libssl/ssl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.48 2015/02/06 09:36:16 doug Exp $ | 1 | # $OpenBSD: Makefile,v 1.49 2015/02/07 03:26:06 jsing Exp $ |
2 | 2 | ||
3 | LIB= ssl | 3 | LIB= ssl |
4 | 4 | ||
@@ -11,8 +11,6 @@ CFLAGS+= -Wall | |||
11 | CFLAGS+= -Werror | 11 | CFLAGS+= -Werror |
12 | .endif | 12 | .endif |
13 | CFLAGS+= -DLIBRESSL_INTERNAL | 13 | CFLAGS+= -DLIBRESSL_INTERNAL |
14 | CFLAGS+= -DTERMIOS -DANSI_SOURCE | ||
15 | CFLAGS+= -DOPENSSL_NO_RC5 | ||
16 | CFLAGS+= -I${SSL_SRC} | 14 | CFLAGS+= -I${SSL_SRC} |
17 | 15 | ||
18 | SRCS=\ | 16 | SRCS=\ |