From: Richard Levitte Date: Sat, 28 Dec 2002 02:41:17 +0000 (+0000) Subject: Merge from 0.9.7-stable. X-Git-Tag: OpenSSL_0_9_7a~86^2~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec517d25e8ead3211e1a22a2017e979b6f438f3a;p=thirdparty%2Fopenssl.git Merge from 0.9.7-stable. --- 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 diff --git a/crypto/ossl_typ.h b/crypto/ossl_typ.h index 420d5e68fb..b50e9ae256 100644 --- a/crypto/ossl_typ.h +++ b/crypto/ossl_typ.h @@ -55,6 +55,8 @@ #ifndef HEADER_OPENSSL_TYPES_H #define HEADER_OPENSSL_TYPES_H +#include + #ifdef NO_ASN1_TYPEDEFS #define ASN1_INTEGER ASN1_STRING #define ASN1_ENUMERATED ASN1_STRING