summaryrefslogtreecommitdiffstats
path: root/crypto/ripemd
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/ripemd
parentcee814f9d5bf81145edc35c5775b2ad852e55e42 (diff)
asm workaround for SuSE Linux
proposed by Holger Reif
Diffstat (limited to 'crypto/ripemd')
-rw-r--r--crypto/ripemd/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ripemd/Makefile.ssl b/crypto/ripemd/Makefile.ssl
index 18ab4a5186..79948bb69b 100644
--- a/crypto/ripemd/Makefile.ssl
+++ b/crypto/ripemd/Makefile.ssl
@@ -47,7 +47,7 @@ lib: $(LIBOBJ)
# elf
asm/rm86-elf.o: asm/rm86unix.cpp
- $(CPP) -DELF asm/rm86unix.cpp | as -o asm/rm86-elf.o
+ $(CPP) -DELF -x c asm/rm86unix.cpp | as -o asm/rm86-elf.o
# solaris
asm/rm86-sol.o: asm/rm86unix.cpp