]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/internal/refcount.h
Fix header file include guard names
[thirdparty/openssl.git] / include / internal / refcount.h
index 1619b289326dfd29bd72d2d3837a6b7146484c07..4feecf971cecbef50ac59e660bc2334538bf646f 100644 (file)
@@ -6,8 +6,8 @@
  * in the file LICENSE in the source distribution or at
  * https://www.openssl.org/source/license.html
  */
-#ifndef HEADER_INTERNAL_REFCOUNT_H
-# define HEADER_INTERNAL_REFCOUNT_H
+#ifndef OSSL_INTERNAL_REFCOUNT_H
+# define OSSL_INTERNAL_REFCOUNT_H
 
 /* Used to checking reference counts, most while doing perl5 stuff :-) */
 # if defined(OPENSSL_NO_STDIO)