summaryrefslogtreecommitdiffstats
path: root/lib/libssl/ssl
diff options
context:
space:
mode:
authormaja <maja@openbsd.org>1999-10-10 21:32:01 +0000
committermaja <maja@openbsd.org>1999-10-10 21:32:01 +0000
commit8bf37d1853cc09075822b0b6b1a1586406d507e4 (patch)
tree6254537f8b2dc8ccfa40a7eedf97ca309fd643e7 /lib/libssl/ssl
parentdo this the right way (diff)
downloadwireguard-openbsd-8bf37d1853cc09075822b0b6b1a1586406d507e4.tar.xz
wireguard-openbsd-8bf37d1853cc09075822b0b6b1a1586406d507e4.zip
Make mips compile. -moj
Diffstat (limited to 'lib/libssl/ssl')
-rw-r--r--lib/libssl/ssl/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libssl/ssl/Makefile b/lib/libssl/ssl/Makefile
index 8efe8fa3de9..0f80ee51880 100644
--- a/lib/libssl/ssl/Makefile
+++ b/lib/libssl/ssl/Makefile
@@ -9,10 +9,7 @@ LCRYPTO_SRC= ${.CURDIR}/../${SSLEAYDIST}/crypto
.if ${MACHINE_ARCH} == "i386"
CFLAGS+= -DL_ENDIAN -DBN_ASM
.else
-.if ${MACHINE_ARCH} == "arc"
-CFLAGS+= -DL_ENDIAN
-.else
-.if ${MACHINE_ARCH} == "pmax"
+.if ${MACHINE_ARCH} == "mips"
CFLAGS+= -DL_ENDIAN
.else
.if ${MACHINE_ARCH} == "alpha"
@@ -21,7 +18,6 @@ CFLAGS+= -DL_ENDIAN
CFLAGS+= -DB_ENDIAN
.endif
.endif
-.endif
.endif
CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE