]> git.proxmox.com Git - mirror_qemu.git/blobdiff - crypto/init.c
i386: Update new x86_apicid parsing rules with die_offset support
[mirror_qemu.git] / crypto / init.c
index 10bf72463cda923a2776b36c90b28b3ae0cca534..c30156405a64791b59e5940f0608a6f9726320ff 100644 (file)
@@ -44,8 +44,7 @@
  */
 
 #if (defined(CONFIG_GCRYPT) &&                  \
-     (!defined(GCRYPT_VERSION_NUMBER) ||        \
-      (GCRYPT_VERSION_NUMBER < 0x010600)))
+     (GCRYPT_VERSION_NUMBER < 0x010600))
 #define QCRYPTO_INIT_GCRYPT_THREADS
 #else
 #undef QCRYPTO_INIT_GCRYPT_THREADS