2afc488
diff -up rdesktop-1.9.0/tcp.c.crypto rdesktop-1.9.0/tcp.c
2afc488
--- rdesktop-1.9.0/tcp.c.crypto	2019-09-20 00:57:45.000000000 -0600
2afc488
+++ rdesktop-1.9.0/tcp.c	2022-05-18 14:06:38.033248378 -0600
2afc488
@@ -58,7 +58,7 @@
2afc488
 /* Windows' self signed certificates omit the required Digital
2afc488
    Signature key usage flag, and only %COMPAT makes GnuTLS ignore
2afc488
    that violation. */
2afc488
-#define GNUTLS_PRIORITY "NORMAL:%COMPAT"
2afc488
+#define GNUTLS_PRIORITY "@SYSTEM:%COMPAT"
2afc488
 
2afc488
 #ifdef IPv6
2afc488
 static struct addrinfo *g_server_address = NULL;