summaryrefslogtreecommitdiffstats
path: root/crypto/md5
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-03-12 12:52:36 +0000
committerUlf Möller <ulf@openssl.org>2000-03-12 12:52:36 +0000
commit3a6a39c3732a5da986004d86ade879ee24ebac33 (patch)
treee565250bd063c69aa907c9c85e09bc72b5eb6e30 /crypto/md5
parentcee814f9d5bf81145edc35c5775b2ad852e55e42 (diff)
asm workaround for SuSE Linux
proposed by Holger Reif
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md5/Makefile.ssl b/crypto/md5/Makefile.ssl
index 3627d9475d..2c0489d48e 100644
--- a/crypto/md5/Makefile.ssl
+++ b/crypto/md5/Makefile.ssl
@@ -55,7 +55,7 @@ lib: $(LIBOBJ)
# elf
asm/mx86-elf.o: asm/mx86unix.cpp
- $(CPP) -DELF asm/mx86unix.cpp | as -o asm/mx86-elf.o
+ $(CPP) -DELF -x c asm/mx86unix.cpp | as -o asm/mx86-elf.o
# solaris
asm/mx86-sol.o: asm/mx86unix.cpp