]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/crypto/lhash.h
Fix header file include guard names
[thirdparty/openssl.git] / include / crypto / lhash.h
index de0c8b0408b240867d1b750f4590735430d96a7e..962993626221fb14d0afb30fb2b6520141513dde 100644 (file)
@@ -7,8 +7,8 @@
  * https://www.openssl.org/source/license.html
  */
 
-#ifndef INTERNAL_LHASH_H
-# define INTERNAL_LHASH_H
+#ifndef OSSL_CRYPTO_LHASH_H
+# define OSSL_CRYPTO_LHASH_H
 
 unsigned long openssl_lh_strcasehash(const char *);