From 58c7977cfa5c013d9f9d3019a0955ebebe8ff60f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Thu, 27 May 1999 00:17:53 +0000 Subject: [PATCH] I386_ONLY is defined in opensslconf.h, so we need to include it. Submitted by: John Keith --- crypto/sha/sha_locl.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.25.1