<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- XXRemoteX11Daemon.m.orig	2020-05-20 11:12:39.000000000 +0200
+++ XXRemoteX11Daemon.m	2020-05-20 11:12:48.000000000 +0200
@@ -86,7 +86,7 @@

         // Init the SSL connection
         SSLeay_add_ssl_algorithms();
-        meth = SSLv2_client_method();
+        meth = TLS_client_method();
         SSL_load_error_strings();
         ctx = SSL_CTX_new (meth);
</pre></body></html>