diff options
Diffstat (limited to 'src/lib/libcrypto/sha/sha.h')
-rw-r--r-- | src/lib/libcrypto/sha/sha.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/sha/sha.h b/src/lib/libcrypto/sha/sha.h index 47a2c29f66..16cacf9fc0 100644 --- a/src/lib/libcrypto/sha/sha.h +++ b/src/lib/libcrypto/sha/sha.h | |||
@@ -81,7 +81,7 @@ extern "C" { | |||
81 | * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 81 | * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
82 | */ | 82 | */ |
83 | 83 | ||
84 | #if defined(OPENSSL_SYS_WIN16) || defined(__LP32__) | 84 | #if defined(__LP32__) |
85 | #define SHA_LONG unsigned long | 85 | #define SHA_LONG unsigned long |
86 | #elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__) | 86 | #elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__) |
87 | #define SHA_LONG unsigned long | 87 | #define SHA_LONG unsigned long |
@@ -106,9 +106,6 @@ typedef struct SHAstate_st | |||
106 | } SHA_CTX; | 106 | } SHA_CTX; |
107 | 107 | ||
108 | #ifndef OPENSSL_NO_SHA0 | 108 | #ifndef OPENSSL_NO_SHA0 |
109 | #ifdef OPENSSL_FIPS | ||
110 | int private_SHA_Init(SHA_CTX *c); | ||
111 | #endif | ||
112 | int SHA_Init(SHA_CTX *c); | 109 | int SHA_Init(SHA_CTX *c); |
113 | int SHA_Update(SHA_CTX *c, const void *data, size_t len); | 110 | int SHA_Update(SHA_CTX *c, const void *data, size_t len); |
114 | int SHA_Final(unsigned char *md, SHA_CTX *c); | 111 | int SHA_Final(unsigned char *md, SHA_CTX *c); |