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