summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha/sha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/sha/sha.h')
-rw-r--r--src/lib/libcrypto/sha/sha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/sha/sha.h b/src/lib/libcrypto/sha/sha.h
index 7cbca26ff9..435352c208 100644
--- a/src/lib/libcrypto/sha/sha.h
+++ b/src/lib/libcrypto/sha/sha.h
@@ -79,7 +79,7 @@ extern "C" {
79 79
80#if defined(__LP32__) 80#if defined(__LP32__)
81#define SHA_LONG unsigned long 81#define SHA_LONG unsigned long
82#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__) 82#elif defined(__ILP64__)
83#define SHA_LONG unsigned long 83#define SHA_LONG unsigned long
84#define SHA_LONG_LOG2 3 84#define SHA_LONG_LOG2 3
85#else 85#else