From ffff174436807ddf0bb93a8a1415f730e7b3a342 Mon Sep 17 00:00:00 2001 From: miod <> Date: Tue, 15 Apr 2014 20:55:42 +0000 Subject: Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is more comfortable. Reminded by brad@ --- src/usr.sbin/openssl/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src') diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile index 4e0b688e1f..e37f9aee41 100644 --- a/src/usr.sbin/openssl/Makefile +++ b/src/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 \ -- cgit v1.2.3-55-g6feb