diff options
author | 1999-10-10 21:32:01 +0000 | |
---|---|---|
committer | 1999-10-10 21:32:01 +0000 | |
commit | 8bf37d1853cc09075822b0b6b1a1586406d507e4 (patch) | |
tree | 6254537f8b2dc8ccfa40a7eedf97ca309fd643e7 /lib/libssl/ssl | |
parent | do this the right way (diff) | |
download | wireguard-openbsd-8bf37d1853cc09075822b0b6b1a1586406d507e4.tar.xz wireguard-openbsd-8bf37d1853cc09075822b0b6b1a1586406d507e4.zip |
Make mips compile. -moj
Diffstat (limited to 'lib/libssl/ssl')
-rw-r--r-- | lib/libssl/ssl/Makefile | 6 |
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 |