Reduce version skew: trivia (I hope).
[openssl.git] / crypto / evp / m_wp.c
index c51bc2d5d1eed3f355dca8e7f7a31b3fce4a4f8c..1ce47c040bcc01fba93c972bfbbfcd467f7324eb 100644 (file)
@@ -9,7 +9,6 @@
 #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); }