summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugh <hugh@openbsd.org>2002-02-23 23:54:47 +0000
committerhugh <hugh@openbsd.org>2002-02-23 23:54:47 +0000
commit6ca77e4d2f9ba05ec88fee1337f3dad5de732811 (patch)
treefb3fd17f08b03fbee3d4b39be94149f805ab7c8b
parentSigh. The diff is out for testing for three months without a single problem. (diff)
downloadwireguard-openbsd-6ca77e4d2f9ba05ec88fee1337f3dad5de732811.tar.xz
wireguard-openbsd-6ca77e4d2f9ba05ec88fee1337f3dad5de732811.zip
Vax O1 workaround no longer needed.
-rw-r--r--lib/libssl/Makefile.bsd-wrapper3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/Makefile.bsd-wrapper b/lib/libssl/Makefile.bsd-wrapper
index 4a23a3a4b74..0ca56f83db3 100644
--- a/lib/libssl/Makefile.bsd-wrapper
+++ b/lib/libssl/Makefile.bsd-wrapper
@@ -1,5 +1,5 @@
# Build wrapper for OpenSSL
-# $OpenBSD: Makefile.bsd-wrapper,v 1.42 2002/02/10 22:18:49 deraadt Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.43 2002/02/23 23:54:47 hugh Exp $
# Our lndir is hacked; specify a full path to avoid potential conflicts
# with the one installed with X11.
@@ -679,7 +679,6 @@ all: prereq ${MANALL} ${PSALL}
# egcs bombs optimising this file on vax
.if (${MACHINE_ARCH} == "vax")
cd ${.OBJDIR}/crypto && CFLAGS=-O0 ${MAKE} a_strnid.o a_strnid.po
- cd ${.OBJDIR}/crypto && CFLAGS=-O1 ${MAKE} des_enc.o des_enc.po
.endif
@cd ${.OBJDIR} && ${MAKE}