diff options
Diffstat (limited to 'include/openssl/whrlpool.h')
-rw-r--r-- | include/openssl/whrlpool.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/openssl/whrlpool.h b/include/openssl/whrlpool.h index 73c749da81..31fc2ff132 100644 --- a/include/openssl/whrlpool.h +++ b/include/openssl/whrlpool.h @@ -24,9 +24,6 @@ typedef struct { } WHIRLPOOL_CTX; # ifndef OPENSSL_NO_WHIRLPOOL -# ifdef OPENSSL_FIPS -int private_WHIRLPOOL_Init(WHIRLPOOL_CTX *c); -# endif int WHIRLPOOL_Init(WHIRLPOOL_CTX *c); int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *inp, size_t bytes); void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *inp, size_t bits); |