diff options
Diffstat (limited to 'src/lib/libcrypto/whrlpool/whrlpool.h')
-rw-r--r-- | src/lib/libcrypto/whrlpool/whrlpool.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libcrypto/whrlpool/whrlpool.h b/src/lib/libcrypto/whrlpool/whrlpool.h index 03c91da115..9e01f5b076 100644 --- a/src/lib/libcrypto/whrlpool/whrlpool.h +++ b/src/lib/libcrypto/whrlpool/whrlpool.h | |||
@@ -24,6 +24,9 @@ typedef struct { | |||
24 | } WHIRLPOOL_CTX; | 24 | } WHIRLPOOL_CTX; |
25 | 25 | ||
26 | #ifndef OPENSSL_NO_WHIRLPOOL | 26 | #ifndef OPENSSL_NO_WHIRLPOOL |
27 | #ifdef OPENSSL_FIPS | ||
28 | int private_WHIRLPOOL_Init(WHIRLPOOL_CTX *c); | ||
29 | #endif | ||
27 | int WHIRLPOOL_Init (WHIRLPOOL_CTX *c); | 30 | int WHIRLPOOL_Init (WHIRLPOOL_CTX *c); |
28 | int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *inp,size_t bytes); | 31 | int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *inp,size_t bytes); |
29 | void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits); | 32 | void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits); |