Workaround so "make depend" works for fips builds.
[openssl.git] / crypto / evp / m_wp.c
index 1ce47c040bcc01fba93c972bfbbfcd467f7324eb..c51bc2d5d1eed3f355dca8e7f7a31b3fce4a4f8c 100644 (file)
@@ -9,6 +9,7 @@
 #include <openssl/objects.h>
 #include <openssl/x509.h>
 #include <openssl/whrlpool.h>
+#include "evp_locl.h"
 
 static int init(EVP_MD_CTX *ctx)
        { return WHIRLPOOL_Init(ctx->md_data); }