summaryrefslogtreecommitdiffstats
path: root/crypto/lhash/lhash.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/lhash/lhash.c')
-rw-r--r--crypto/lhash/lhash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/lhash/lhash.c b/crypto/lhash/lhash.c
index 65445895f5..76379a93f6 100644
--- a/crypto/lhash/lhash.c
+++ b/crypto/lhash/lhash.c
@@ -15,7 +15,7 @@
#include <openssl/err.h>
#include "crypto/ctype.h"
#include "crypto/lhash.h"
-#include "lhash_lcl.h"
+#include "lhash_local.h"
/*
* A hashing implementation that appears to be based on the linear hashing