aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md5/md5_locl.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-09-23 20:39:53 +0000
committerAndy Polyakov <appro@openssl.org>2012-09-23 20:39:53 +0000
commite98c526b68fb1463c511c159fc892a207ad67abb (patch)
tree52e94e1787dab54a8ce9ff7c174730a8484e1f79 /crypto/md5/md5_locl.h
parent1fda639ae756eb87f585b7d5114490d4ffe649a1 (diff)
downloadopenssl-e98c526b68fb1463c511c159fc892a207ad67abb.tar.gz
Add md5-sparcv9.pl.
Diffstat (limited to 'crypto/md5/md5_locl.h')
-rw-r--r--crypto/md5/md5_locl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/md5/md5_locl.h b/crypto/md5/md5_locl.h
index 968d577995..37e43fe428 100644
--- a/crypto/md5/md5_locl.h
+++ b/crypto/md5/md5_locl.h
@@ -71,6 +71,8 @@
# define md5_block_data_order md5_block_asm_data_order
# elif defined(__ia64) || defined(__ia64__) || defined(_M_IA64)
# define md5_block_data_order md5_block_asm_data_order
+# elif defined(__sparc) || defined(__sparc__)
+# define md5_block_data_order md5_block_asm_data_order
# endif
#endif