diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2014-04-17 22:44:35 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2014-04-17 22:44:35 +0000 |
commit | 5c6b251c02f7f978fdd44e6241fd685b2c859141 (patch) | |
tree | 5d59afa7e06daed4827fc56f4173e0b474e661ee /usr.sbin/openssl | |
parent | 57d8e05c98a8377725a5769b1e9249cd3b016f6a (diff) |
Make MONOLITH the default and only option
ok deraadt
Diffstat (limited to 'usr.sbin/openssl')
-rw-r--r-- | usr.sbin/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/openssl/Makefile b/usr.sbin/openssl/Makefile index 5b050ae548e..2a2df8f2e6d 100644 --- a/usr.sbin/openssl/Makefile +++ b/usr.sbin/openssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2014/04/17 20:46:29 tedu Exp $ +# $OpenBSD: Makefile,v 1.25 2014/04/17 22:44:34 matthew Exp $ PROG= openssl LDADD= -lssl -lcrypto @@ -10,7 +10,7 @@ SSLEAY_SRC= ${.CURDIR}/../../${SSLEAYDIST}/apps SSLEAY_SRC_TOP= ${.CURDIR}/../../${SSLEAYDIST} CFLAGS+= -Wall -CFLAGS+= -DMONOLITH -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 +CFLAGS+= -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 CFLAGS+= -DOPENSSL_NO_SSL2 CFLAGS+= -I${SSLEAY_SRC_TOP} |