aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md5
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-08-11 08:28:40 +0000
committerBodo Möller <bodo@openssl.org>1999-08-11 08:28:40 +0000
commit8b94634428fc4dd07e2946bde3ed6d1686605e5d (patch)
tree8c793692ccf8b662ac79efdbfcdbb417b7dfe571 /crypto/md5
parent019a7aba4a05afee1e59c2f8656ba0b319b2213b (diff)
downloadopenssl-8b94634428fc4dd07e2946bde3ed6d1686605e5d.tar.gz
Fix typo.
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 29ae1b7458..bbd3775094 100644
--- a/crypto/md5/Makefile.ssl
+++ b/crypto/md5/Makefile.ssl
@@ -77,7 +77,7 @@ asm/md5-sparcv8plus.o: asm/md5-sparcv9.S
# if they didn't bother to upgrade GNU assembler. Such users should
# not choose this option, but be adviced to *remove* GNU assembler
# or upgrade it.
-sm/md5-sparcv8plus-gcc27.o: asm/md5-sparcv9.S
+asm/md5-sparcv8plus-gcc27.o: asm/md5-sparcv9.S
$(CC) $(ASFLAGS) -DMD5_BLOCK_DATA_ORDER -E asm/md5-sparcv9.S | \
/usr/ccs/bin/as -xarch=v8plus - -o asm/md5-sparcv8plus-gcc27.o