]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/crypto-tls-x509-helpers.h
tests: Replace deprecated ASN1 code
[mirror_qemu.git] / tests / crypto-tls-x509-helpers.h
index 08efba4e19736a90a45eefe001df95201ff7ecfc..8fcd7785ab0ba0b09e68f1133fce76b89826db60 100644 (file)
@@ -125,7 +125,7 @@ void test_tls_cleanup(const char *keyfile);
     };                                                                  \
     test_tls_generate_cert(&varname, NULL)
 
-extern const ASN1_ARRAY_TYPE pkix_asn1_tab[];
+extern const asn1_static_node pkix_asn1_tab[];
 
 #endif /* QCRYPTO_HAVE_TLS_TEST_SUPPORT */