I386_ONLY is defined in opensslconf.h, so we need to include it.
authorBodo Möller <bodo@openssl.org>
Thu, 27 May 1999 00:17:53 +0000 (00:17 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 27 May 1999 00:17:53 +0000 (00:17 +0000)
Submitted by: John Keith <jtkeith@kavi.com>

crypto/sha/sha_locl.h

index 1d5185f6049dc934317b9c990b91822d912a8369..ac85029af2b96300eeb0816d0996c02e3939b45a 100644 (file)
@@ -59,6 +59,8 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include <openssl/opensslconf.h>
+
 #ifdef undef
 /* one or the other needs to be defined */
 #ifndef SHA_1 /* FIPE 180-1 */