]> git.proxmox.com Git - mirror_qemu.git/blame - crypto/Makefile.objs
qga: convert to use error checked base64 decode
[mirror_qemu.git] / crypto / Makefile.objs
CommitLineData
fb37726d
DB
1crypto-obj-y = init.o
2crypto-obj-y += hash.o
3crypto-obj-y += aes.o
4crypto-obj-y += desrfb.o
5crypto-obj-y += cipher.o
a090187d 6crypto-obj-y += tlscreds.o
e00adf6c 7crypto-obj-y += tlscredsanon.o
85bcbc78 8crypto-obj-y += tlscredsx509.o
d321e1e5 9crypto-obj-y += tlssession.o
fb37726d
DB
10
11# Let the userspace emulators avoid linking gnutls/etc
12crypto-aes-obj-y = aes.o