aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/sha/sha.h
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/sha/sha.h')
-rw-r--r--openssl/crypto/sha/sha.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/openssl/crypto/sha/sha.h b/openssl/crypto/sha/sha.h
index 47a2c29f6..16cacf9fc 100644
--- a/openssl/crypto/sha/sha.h
+++ b/openssl/crypto/sha/sha.h
@@ -81,7 +81,7 @@ extern "C" {
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/
-#if defined(OPENSSL_SYS_WIN16) || defined(__LP32__)
+#if defined(__LP32__)
#define SHA_LONG unsigned long
#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
#define SHA_LONG unsigned long
@@ -106,9 +106,6 @@ typedef struct SHAstate_st
} SHA_CTX;
#ifndef OPENSSL_NO_SHA0
-#ifdef OPENSSL_FIPS
-int private_SHA_Init(SHA_CTX *c);
-#endif
int SHA_Init(SHA_CTX *c);
int SHA_Update(SHA_CTX *c, const void *data, size_t len);
int SHA_Final(unsigned char *md, SHA_CTX *c);