]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/hmac/hmac.c
Reorganize local header files
[thirdparty/openssl.git] / crypto / hmac / hmac.c
index d392753c4977872bc32d489a74ab655e3b38bb3c..17cc58717b9f9492e155e2148d2051fe4891db97 100644 (file)
@@ -13,7 +13,7 @@
 #include "internal/cryptlib.h"
 #include <openssl/hmac.h>
 #include <openssl/opensslconf.h>
-#include "hmac_lcl.h"
+#include "hmac_local.h"
 
 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
                  const EVP_MD *md, ENGINE *impl)