diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-15 20:55:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-15 20:55:43 +0000 |
commit | ffdbd7167bd6d0564a798b56f8ce0e4e7816080d (patch) | |
tree | ce03bbbb48acc04b3a21ff5a4d5c6943b6895e7b /usr.sbin/openssl | |
parent | 3180a8aef52e910d14b92f63c6b05b7ed7119673 (diff) |
Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is
more comfortable.
Reminded by brad@
Diffstat (limited to 'usr.sbin/openssl')
-rw-r--r-- | usr.sbin/openssl/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/openssl/Makefile b/usr.sbin/openssl/Makefile index 4e0b688e1fd..e37f9aee41b 100644 --- a/usr.sbin/openssl/Makefile +++ b/usr.sbin/openssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2013/08/06 19:05:57 miod Exp $ +# $OpenBSD: Makefile,v 1.23 2014/04/15 20:55:42 miod Exp $ PROG= openssl LDADD= -lssl -lcrypto @@ -13,10 +13,6 @@ CFLAGS+= -DMONOLITH -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 CFLAGS+= -DOPENSSL_NO_SSL2 CFLAGS+= -I${SSLEAY_SRC_TOP} -.if ${MACHINE} == "vax" -LDFLAGS+=-Wl,--no-keep-memory -.endif - SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c \ pkcs7.c crl2p7.c crl.c ca.c \ rsa.c rsautl.c dsa.c dsaparam.c ec.c ecparam.c \ |