Prepare for 1.0.1l-dev
[openssl.git] / crypto / whrlpool / wp_dgst.c
index ee5c5c1bf3a80549ff1ce02f02aa58b98d3aa20e..7e28bef51d0a749755c4bb3433073214acd35526 100644 (file)
  */
 
 #include "wp_locl.h"
+#include <openssl/crypto.h>
 #include <string.h>
 
-int WHIRLPOOL_Init     (WHIRLPOOL_CTX *c)
+fips_md_init(WHIRLPOOL)
        {
        memset (c,0,sizeof(*c));
        return(1);