aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-27 00:17:53 +0000
committerBodo Möller <bodo@openssl.org>1999-05-27 00:17:53 +0000
commit58c7977cfa5c013d9f9d3019a0955ebebe8ff60f (patch)
treea2ff5dfaa365050bd31ce3c3c9a168a4c6c7ec89 /crypto
parentb14d0e05907b8dd5b107f4ca18ab2830d5c52cff (diff)
downloadopenssl-58c7977cfa5c013d9f9d3019a0955ebebe8ff60f.tar.gz
I386_ONLY is defined in opensslconf.h, so we need to include it.
Submitted by: John Keith <jtkeith@kavi.com>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/sha/sha_locl.h2
1 files changed, 2 insertions, 0 deletions
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 <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 */