summaryrefslogtreecommitdiff
path: root/lib/libssl
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>2004-08-06 22:41:42 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>2004-08-06 22:41:42 +0000
commitcd16db3e9d89572a2922d5121efc3b53fac78ad9 (patch)
tree448ff04ff36e05087304eddb054a0bfbc8524a17 /lib/libssl
parent5f8b0bc223e0a9c14a3998a04fcee07cfa98e4df (diff)
cleanup mips
Diffstat (limited to 'lib/libssl')
-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 ef4a358061c..40b523c5919 100644
--- a/lib/libssl/ssl/Makefile
+++ b/lib/libssl/ssl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.18 2004/04/27 09:40:19 avsm Exp $
+# $OpenBSD: Makefile,v 1.19 2004/08/06 22:41:41 pefo Exp $
LIB= ssl
@@ -9,9 +9,6 @@ LSSL_SRC= ${.CURDIR}/../${SSLEAYDIST}/ssl
.if ${MACHINE_ARCH} == "i386"
CFLAGS+= -DL_ENDIAN -DBN_ASM
.else
-.if ${MACHINE_ARCH} == "mips"
-CFLAGS+= -DL_ENDIAN
-.else
.if ${MACHINE_ARCH} == "vax"
CFLAGS+= -DL_ENDIAN
.else
@@ -20,7 +17,6 @@ CFLAGS+= -DL_ENDIAN
.else
CFLAGS+= -DB_ENDIAN
.endif
-.endif
.endif
.endif