diff options
author | Andre Przywara <andre.przywara@amd.com> | 2012-10-18 11:16:58 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-02-18 08:40:20 -0600 |
commit | 7d2a929feba319c18603e324b1750830d6c8b7a1 (patch) | |
tree | 4e21109fffa728ae21ace73d5ab2633aaa17e15a /hw/gus.c | |
parent | 10adb8be87c315573a5bf9f5bda885f25da28ce6 (diff) | |
download | qemu-7d2a929feba319c18603e324b1750830d6c8b7a1.zip qemu-7d2a929feba319c18603e324b1750830d6c8b7a1.tar.gz qemu-7d2a929feba319c18603e324b1750830d6c8b7a1.tar.bz2 |
vnc-tls: Fix compilation with newer versions of GNU-TLS
In my installation of GNU-TLS (v3.0.23) the type
gnutls_anon_server_credentials is marked deprecated, so -Werror
breaks compilation.
Simply replacing it with the newer ..._t version fixed the compilation
on my machine (Slackware 14.0). I cannot tell how far back this "new"
type goes, at least the header file in RHEL 5.0 (v1.4.1) seems to have
it already. If someone finds a broken distribution, tell me and I
insert some compat code.
Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Message-id: 1350551818-14717-1-git-send-email-andre.przywara@amd.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/gus.c')
0 files changed, 0 insertions, 0 deletions