]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/pkix_asn1_tab.c
e1000: disable debug by default
[mirror_qemu.git] / tests / pkix_asn1_tab.c
index 5b4e6b9e2d03cb429e989c965fe14dfeed9e79a2..f15fc515cbd701147794f23d79c136b2bdf143f5 100644 (file)
@@ -3,7 +3,10 @@
  * and is under copyright of various GNUTLS contributors.
  */
 
-#include <libtasn1.h>
+#include "qemu/osdep.h"
+#include "tests/crypto-tls-x509-helpers.h"
+
+#ifdef QCRYPTO_HAVE_TLS_TEST_SUPPORT
 
 const ASN1_ARRAY_TYPE pkix_asn1_tab[] = {
   {"PKIX1", 536875024, 0},
@@ -1102,3 +1105,4 @@ const ASN1_ARRAY_TYPE pkix_asn1_tab[] = {
   {0, 1048586, "2"},
   {0, 0, 0}
 };
+#endif /* QCRYPTO_HAVE_TLS_TEST_SUPPORT */