summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2015-02-07 03:26:06 +0000
committerjsing <>2015-02-07 03:26:06 +0000
commit48c8f1168082cd30fdd7d7d05f9a81c1b1e2ed14 (patch)
tree3bb79043bd4ffb4c10dbbd6ff5a26151f857daee /src
parent7bfdcd18a000040874a054d8608346a86c85afc4 (diff)
downloadopenbsd-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@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/ssl/Makefile4
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
3LIB= ssl 3LIB= ssl
4 4
@@ -11,8 +11,6 @@ CFLAGS+= -Wall
11CFLAGS+= -Werror 11CFLAGS+= -Werror
12.endif 12.endif
13CFLAGS+= -DLIBRESSL_INTERNAL 13CFLAGS+= -DLIBRESSL_INTERNAL
14CFLAGS+= -DTERMIOS -DANSI_SOURCE
15CFLAGS+= -DOPENSSL_NO_RC5
16CFLAGS+= -I${SSL_SRC} 14CFLAGS+= -I${SSL_SRC}
17 15
18SRCS=\ 16SRCS=\