diff options
Diffstat (limited to 'src/lib/libcrypto/whrlpool')
-rw-r--r-- | src/lib/libcrypto/whrlpool/wp_dgst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/whrlpool/wp_dgst.c b/src/lib/libcrypto/whrlpool/wp_dgst.c index 7e28bef51d..143a70f8bc 100644 --- a/src/lib/libcrypto/whrlpool/wp_dgst.c +++ b/src/lib/libcrypto/whrlpool/wp_dgst.c | |||
@@ -55,7 +55,7 @@ | |||
55 | #include <openssl/crypto.h> | 55 | #include <openssl/crypto.h> |
56 | #include <string.h> | 56 | #include <string.h> |
57 | 57 | ||
58 | fips_md_init(WHIRLPOOL) | 58 | int WHIRLPOOL_Init(WHIRLPOOL_CTX *c) |
59 | { | 59 | { |
60 | memset (c,0,sizeof(*c)); | 60 | memset (c,0,sizeof(*c)); |
61 | return(1); | 61 | return(1); |