summaryrefslogtreecommitdiff
path: root/tests/hex.h
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-04-28 12:22:59 +0200
committerTim Rühsen <tim.ruehsen@gmx.de>2019-05-07 21:10:46 +0200
commitfeab28d68df8aadda62b7964c23537d32a52ee54 (patch)
treeacb4308de87c0aaf9c33776dd755945b78bf21b5 /tests/hex.h
parent3cfc33248efc2414e7ee25260da02bb6fe9c20ea (diff)
downloadgnutls-feab28d68df8aadda62b7964c23537d32a52ee54.tar.gz
Add or clean header guards in tests/
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
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 */