From 21fa937c9f8b22095fe05647ba28ced80cb82791 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 28 Dec 2002 02:30:26 +0000 Subject: [PATCH] Make sure OPENSSL_SYS_ macros are defined, and in md5_locl.h, switch back to using OPENSSL_SYS_ULTRASPARC. --- crypto/md5/md5.h | 2 ++ crypto/md5/md5_locl.h | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/crypto/md5/md5.h b/crypto/md5/md5.h index 52cb753e6a..cfdbf03fe1 100644 --- a/crypto/md5/md5.h +++ b/crypto/md5/md5.h @@ -59,6 +59,8 @@ #ifndef HEADER_MD5_H #define HEADER_MD5_H +#include + #ifdef __cplusplus extern "C" { #endif 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 #include -#include +#include #include #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 -- 2.25.1