summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/whrlpool/wp_dgst.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/whrlpool/wp_dgst.c')
-rw-r--r--src/lib/libcrypto/whrlpool/wp_dgst.c3
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
57int WHIRLPOOL_Init (WHIRLPOOL_CTX *c) 58fips_md_init(WHIRLPOOL)
58 { 59 {
59 memset (c,0,sizeof(*c)); 60 memset (c,0,sizeof(*c));
60 return(1); 61 return(1);