From: Bodo Möller Date: Thu, 27 May 1999 00:17:53 +0000 (+0000) Subject: I386_ONLY is defined in opensslconf.h, so we need to include it. X-Git-Tag: OpenSSL_0_9_3a~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=58c7977cfa5c013d9f9d3019a0955ebebe8ff60f;p=oweals%2Fopenssl.git I386_ONLY is defined in opensslconf.h, so we need to include it. Submitted by: John Keith --- diff --git a/crypto/sha/sha_locl.h b/crypto/sha/sha_locl.h index 1d5185f604..ac85029af2 100644 --- a/crypto/sha/sha_locl.h +++ b/crypto/sha/sha_locl.h @@ -59,6 +59,8 @@ #include #include +#include + #ifdef undef /* one or the other needs to be defined */ #ifndef SHA_1 /* FIPE 180-1 */