summaryrefslogtreecommitdiff
path: root/tests/hex.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hex.h')
-rw-r--r--tests/hex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/hex.h b/tests/hex.h
index 616d92489a..4129a0537e 100644
--- a/tests/hex.h
+++ b/tests/hex.h
@@ -19,8 +19,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>
*/
-#ifndef HEX_H
-#define HEX_H
+#ifndef GNUTLS_TESTS_HEX_H
+#define GNUTLS_TESTS_HEX_H
#include <stdio.h>
#include <string.h>
@@ -47,4 +47,4 @@ inline static gnutls_datum_t SDATA(const char *txt)
return output;
}
-#endif
+#endif /* GNUTLS_TESTS_HEX_H */