summaryrefslogtreecommitdiff
path: root/tests/common-cert-key-exchange.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/common-cert-key-exchange.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/common-cert-key-exchange.h')
-rw-r--r--tests/common-cert-key-exchange.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/common-cert-key-exchange.h b/tests/common-cert-key-exchange.h
index 5d68d72ff8..57b2b54239 100644
--- a/tests/common-cert-key-exchange.h
+++ b/tests/common-cert-key-exchange.h
@@ -20,6 +20,9 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#ifndef GNUTLS_TESTS_COMMON_CERT_KEY_EXCHANGE_H
+#define GNUTLS_TESTS_COMMON_CERT_KEY_EXCHANGE_H
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
@@ -114,3 +117,5 @@ void dtls_try_with_key_mtu(const char *name, const char *client_prio, gnutls_kx_
const gnutls_datum_t *cli_cert,
const gnutls_datum_t *cli_key,
unsigned client_cert, unsigned mtu);
+
+#endif /* GNUTLS_TESTS_COMMON_CERT_KEY_EXCHANGE_H */