summaryrefslogtreecommitdiffstats
path: root/crypto/md5
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2002-12-27 14:51:49 +0000
committerAndy Polyakov <appro@openssl.org>2002-12-27 14:51:49 +0000
commit0a2407a8514a2b4580a691aaeff71b328fb6d119 (patch)
tree89bf05c3b238cfc79c4d8942f879e7af23e2f644 /crypto/md5
parent76a03d568e9592d41cc0b8b2ced16dc612bff130 (diff)
UltraSPARC performance "tune-up."
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/md5_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md5/md5_locl.h b/crypto/md5/md5_locl.h
index 34c5257306..85ae99210c 100644
--- a/crypto/md5/md5_locl.h
+++ b/crypto/md5/md5_locl.h
@@ -68,7 +68,7 @@
#ifdef MD5_ASM
# if defined(__i386) || defined(__i386__) || defined(_M_IX86) || defined(__INTEL__)
# define md5_block_host_order md5_block_asm_host_order
-# elif defined(__sparc) && defined(OPENSSL_SYS_ULTRASPARC)
+# elif defined(__sparc) && defined(OPENSSL_SYSNAME_ULTRASPARC)
void md5_block_asm_data_order_aligned (MD5_CTX *c, const MD5_LONG *p,int num);
# define HASH_BLOCK_DATA_ORDER_ALIGNED md5_block_asm_data_order_aligned
# endif