diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-04-28 12:22:59 +0200 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-05-07 21:10:46 +0200 |
commit | feab28d68df8aadda62b7964c23537d32a52ee54 (patch) | |
tree | acb4308de87c0aaf9c33776dd755945b78bf21b5 /tests/common-key-tests.h | |
parent | 3cfc33248efc2414e7ee25260da02bb6fe9c20ea (diff) | |
download | gnutls-feab28d68df8aadda62b7964c23537d32a52ee54.tar.gz |
Add or clean header guards in tests/
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'tests/common-key-tests.h')
-rw-r--r-- | tests/common-key-tests.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/common-key-tests.h b/tests/common-key-tests.h index 2c60176e6f..f3490409e8 100644 --- a/tests/common-key-tests.h +++ b/tests/common-key-tests.h @@ -20,6 +20,9 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ +#ifndef GNUTLS_TESTS_COMMON_KEY_TESTS_H +#define GNUTLS_TESTS_COMMON_KEY_TESTS_H + #include "cert-common.h" #include <gnutls/abstract.h> @@ -88,3 +91,5 @@ struct _key_tests_st common_key_tests[] = { .data_only = 1 } }; + +#endif /* GNUTLS_TESTS_COMMON_KEY_TESTS_H */ |