summaryrefslogtreecommitdiff
path: root/tests/cert-common.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/cert-common.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/cert-common.h')
-rw-r--r--tests/cert-common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/cert-common.h b/tests/cert-common.h
index 86aeb5c924..5ccae43ccc 100644
--- a/tests/cert-common.h
+++ b/tests/cert-common.h
@@ -20,6 +20,9 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#ifndef GNUTLS_TESTS_CERT_COMMON_H
+#define GNUTLS_TESTS_CERT_COMMON_H
+
#include <gnutls/gnutls.h>
/* This file contains a lot of common parameters used by legacy and new
@@ -1911,3 +1914,5 @@ const gnutls_datum_t rawpk_private_key2 = {
(unsigned char*)rawpk_private_key_pem2,
sizeof(rawpk_private_key_pem2) - 1
};
+
+#endif /* GNUTLS_TESTS_CERT_COMMON_H */