aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md5/md5_locl.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-28 02:41:17 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-28 02:41:17 +0000
commitec517d25e8ead3211e1a22a2017e979b6f438f3a (patch)
treea9147f9d48efb705d8104a9ee911bb465eaeade2 /crypto/md5/md5_locl.h
parentce9b1b0573adc188e15f27811460f5ffc7a06876 (diff)
downloadopenssl-ec517d25e8ead3211e1a22a2017e979b6f438f3a.tar.gz
Merge from 0.9.7-stable.
Diffstat (limited to 'crypto/md5/md5_locl.h')
-rw-r--r--crypto/md5/md5_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/md5/md5_locl.h b/crypto/md5/md5_locl.h
index 85ae99210c..9e360da732 100644
--- a/crypto/md5/md5_locl.h
+++ b/crypto/md5/md5_locl.h
@@ -58,7 +58,7 @@
#include <stdlib.h>
#include <string.h>
-#include <openssl/opensslconf.h>
+#include <openssl/e_os2.h>
#include <openssl/md5.h>
#ifndef MD5_LONG_LOG2
@@ -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_SYSNAME_ULTRASPARC)
+# elif defined(__sparc) && defined(OPENSSL_SYS_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