]> git.proxmox.com Git - mirror_qemu.git/blob - crypto/Makefile.objs
crypto: add QCryptoSecret object class for password/key handling
[mirror_qemu.git] / crypto / Makefile.objs
1 crypto-obj-y = init.o
2 crypto-obj-y += hash.o
3 crypto-obj-y += aes.o
4 crypto-obj-y += desrfb.o
5 crypto-obj-y += cipher.o
6 crypto-obj-y += tlscreds.o
7 crypto-obj-y += tlscredsanon.o
8 crypto-obj-y += tlscredsx509.o
9 crypto-obj-y += tlssession.o
10 crypto-obj-y += secret.o
11
12 # Let the userspace emulators avoid linking gnutls/etc
13 crypto-aes-obj-y = aes.o