]> Git Repo - qemu.git/blobdiff - tests/crypto-tls-x509-helpers.h
Supply missing header guards
[qemu.git] / tests / crypto-tls-x509-helpers.h
index 0690c618e2aecdc036ffaa305e6d713f5f30aefd..08efba4e19736a90a45eefe001df95201ff7ecfc 100644 (file)
@@ -18,6 +18,9 @@
  * Author: Daniel P. Berrange <[email protected]>
  */
 
+#ifndef TESTS_CRYPTO_TLS_X509_HELPERS_H
+#define TESTS_CRYPTO_TLS_X509_HELPERS_H
+
 #include <gnutls/gnutls.h>
 #include <gnutls/x509.h>
 
@@ -125,3 +128,5 @@ void test_tls_cleanup(const char *keyfile);
 extern const ASN1_ARRAY_TYPE pkix_asn1_tab[];
 
 #endif /* QCRYPTO_HAVE_TLS_TEST_SUPPORT */
+
+#endif
This page took 0.0234 seconds and 4 git commands to generate.