]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/testutil/output.h
Fix header file include guard names
[thirdparty/openssl.git] / test / testutil / output.h
index e637c7bd4b162b2207c2194fe2037afcea3f5a15..def76af151df5347ea2aa4589a00680e81dfc5d0 100644 (file)
@@ -7,8 +7,8 @@
  * https://www.openssl.org/source/license.html
  */
 
-#ifndef HEADER_TU_OUTPUT_H
-# define HEADER_TU_OUTPUT_H
+#ifndef OSSL_TESTUTIL_OUTPUT_H
+# define OSSL_TESTUTIL_OUTPUT_H
 
 # include <stdarg.h>
 
@@ -53,4 +53,4 @@ int test_printf_stderr(const char *fmt, ...)
 # undef ossl_test__printf__
 # undef ossl_test__attr__
 
-#endif                          /* HEADER_TU_OUTPUT_H */
+#endif                          /* OSSL_TESTUTIL_OUTPUT_H */