summaryrefslogtreecommitdiff
path: root/tests/cert-repro-20170915.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-repro-20170915.h')
-rw-r--r--tests/cert-repro-20170915.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/cert-repro-20170915.h b/tests/cert-repro-20170915.h
index 7381497c06..9078857a0a 100644
--- a/tests/cert-repro-20170915.h
+++ b/tests/cert-repro-20170915.h
@@ -1,3 +1,6 @@
+#ifndef GNUTLS_TESTS_CERT_REPRO_20170915_H
+#define GNUTLS_TESTS_CERT_REPRO_20170915_H
+
static char client_cert_repro_pem[] =
"-----BEGIN CERTIFICATE-----\n"
"MIILITCCBiegAwIBAgIJAMHDrh3rcjmCMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNV\n"
@@ -376,3 +379,5 @@ static gnutls_datum_t server_repro_key = { (void*)server_key_repro_pem, sizeof(s
static gnutls_datum_t server_repro_cert = { (void*)server_cert_repro_pem, sizeof(server_cert_repro_pem)-1 };
static gnutls_datum_t client_repro_key = { (void*)client_key_repro_pem, sizeof(client_key_repro_pem)-1 };
static gnutls_datum_t client_repro_cert = { (void*)client_cert_repro_pem, sizeof(client_cert_repro_pem)-1 };
+
+#endif /* GNUTLS_TESTS_CERT_REPRO_20170915_H */