summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_wp.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/m_wp.c')
-rw-r--r--crypto/evp/m_wp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/evp/m_wp.c b/crypto/evp/m_wp.c
index c51bc2d5d1..1ce47c040b 100644
--- a/crypto/evp/m_wp.c
+++ b/crypto/evp/m_wp.c
@@ -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); }