summaryrefslogtreecommitdiff
path: root/tests/cert-common.h
diff options
context:
space:
mode:
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 */