]> git.proxmox.com Git - mirror_qemu.git/blobdiff - crypto/meson.build
migration/yank: Use channel features
[mirror_qemu.git] / crypto / meson.build
index 9ac1a898027a209bae638d3ecae861713cab4f58..c46f9c22a7feec92346f99e32c8cde02fd7444c1 100644 (file)
@@ -46,7 +46,8 @@ endif
 if have_afalg
   crypto_ss.add(if_true: files('afalg.c', 'cipher-afalg.c', 'hash-afalg.c'))
 endif
-crypto_ss.add(when: gnutls, if_true: files('tls-cipher-suites.c'))
+
+system_ss.add(when: gnutls, if_true: files('tls-cipher-suites.c'))
 
 util_ss.add(files(
   'aes.c',