diff options
Diffstat (limited to 'src/lib/libcrypto/whrlpool')
| -rw-r--r-- | src/lib/libcrypto/whrlpool/whrlpool.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/whrlpool/whrlpool.h b/src/lib/libcrypto/whrlpool/whrlpool.h index 9e01f5b076..03c91da115 100644 --- a/src/lib/libcrypto/whrlpool/whrlpool.h +++ b/src/lib/libcrypto/whrlpool/whrlpool.h | |||
| @@ -24,9 +24,6 @@ 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 | ||
| 30 | int WHIRLPOOL_Init (WHIRLPOOL_CTX *c); | 27 | int WHIRLPOOL_Init (WHIRLPOOL_CTX *c); |
| 31 | int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *inp,size_t bytes); | 28 | int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *inp,size_t bytes); |
| 32 | void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits); | 29 | void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits); |
