]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/crypto-tls-x509-helpers.h
Revert "audio: fix pc speaker init"
[mirror_qemu.git] / tests / crypto-tls-x509-helpers.h
index 356b49cd5a8e827d0b23681ea3cf2ce5a6dd9806..88c30d7c94a23d85e518ee55125719b01e13161e 100644 (file)
 #include <gnutls/gnutls.h>
 #include <gnutls/x509.h>
 
-#include <gnutls/gnutls.h>
-#include <gnutls/x509.h>
-
 #if !(defined WIN32) && \
-    defined(CONFIG_TASN1) && \
-    defined(LIBGNUTLS_VERSION_NUMBER) && \
-    (LIBGNUTLS_VERSION_NUMBER >= 0x020600)
+    defined(CONFIG_TASN1)
 # define QCRYPTO_HAVE_TLS_TEST_SUPPORT
 #endif