summaryrefslogtreecommitdiff
path: root/src/usr.sbin/openssl
diff options
context:
space:
mode:
authormatthew <>2014-04-17 22:44:34 +0000
committermatthew <>2014-04-17 22:44:34 +0000
commit934b5ddbd810d7a899481637c58455698974e7e8 (patch)
tree0a530df36859b4523c94160356dc1d0459ace957 /src/usr.sbin/openssl
parent4eaf48dd2cdab352d97fac22655d61c3da773d72 (diff)
downloadopenbsd-934b5ddbd810d7a899481637c58455698974e7e8.tar.gz
openbsd-934b5ddbd810d7a899481637c58455698974e7e8.tar.bz2
openbsd-934b5ddbd810d7a899481637c58455698974e7e8.zip
Make MONOLITH the default and only option
ok deraadt
Diffstat (limited to 'src/usr.sbin/openssl')
-rw-r--r--src/usr.sbin/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile
index 5b050ae548..2a2df8f2e6 100644
--- a/src/usr.sbin/openssl/Makefile
+++ b/src/usr.sbin/openssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.24 2014/04/17 20:46:29 tedu Exp $ 1# $OpenBSD: Makefile,v 1.25 2014/04/17 22:44:34 matthew Exp $
2 2
3PROG= openssl 3PROG= openssl
4LDADD= -lssl -lcrypto 4LDADD= -lssl -lcrypto
@@ -10,7 +10,7 @@ SSLEAY_SRC= ${.CURDIR}/../../${SSLEAYDIST}/apps
10SSLEAY_SRC_TOP= ${.CURDIR}/../../${SSLEAYDIST} 10SSLEAY_SRC_TOP= ${.CURDIR}/../../${SSLEAYDIST}
11 11
12CFLAGS+= -Wall 12CFLAGS+= -Wall
13CFLAGS+= -DMONOLITH -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 13CFLAGS+= -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5
14CFLAGS+= -DOPENSSL_NO_SSL2 14CFLAGS+= -DOPENSSL_NO_SSL2
15CFLAGS+= -I${SSLEAY_SRC_TOP} 15CFLAGS+= -I${SSLEAY_SRC_TOP}
16 16