f0ae6d6
--- xen-4.5.1/tools/qemu-xen-traditional/vnc.c.orig	2015-07-12 21:55:32.875504811 +0100
f0ae6d6
+++ xen-4.5.1/tools/qemu-xen-traditional/vnc.c	2015-07-12 22:03:03.860005391 +0100
f0ae6d6
@@ -2140,7 +2140,7 @@
1f3f6d6
     GNUTLS_VERSION_NUMBER >= 0x020200 /* 2.2.0 */
f0ae6d6
 static int vnc_set_gnutls_priority(gnutls_session_t s, int x509)
f0ae6d6
 {
f0ae6d6
-    const char *priority = x509 ? "NORMAL" : "NORMAL:+ANON-DH";
f0ae6d6
+    const char *priority = x509 ? "@SYSTEM" : "@SYSTEM:+ANON-DH";
f0ae6d6
     int rc;
f0ae6d6
 
f0ae6d6
     rc = gnutls_priority_set_direct(s, priority, NULL);