[geary/geary-0.12] Remove "%LATEST_RECORD_VERSION" from GnuTLS priority string.



commit f46b81e32cedc093f19399b1f73ddbeaf57b965a
Author: Michael James Gratton <mike vee net>
Date:   Thu Aug 2 20:19:40 2018 +1000

    Remove "%LATEST_RECORD_VERSION" from GnuTLS priority string.
    
    Per advice on in GNOME/glib-networking#37

 src/client/application/main.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/client/application/main.vala b/src/client/application/main.vala
index f41d18e5..f6bdbf9c 100644
--- a/src/client/application/main.vala
+++ b/src/client/application/main.vala
@@ -17,7 +17,7 @@ int main(string[] args) {
     //
     // Packages can disable this fix with the --disable-poodle-ssl3 configure option.
 #if !DISABLE_POODLE
-    Environment.set_variable("G_TLS_GNUTLS_PRIORITY", "NORMAL:%COMPAT:%LATEST_RECORD_VERSION:!VERS-SSL3.0", 
false);
+    Environment.set_variable("G_TLS_GNUTLS_PRIORITY", "NORMAL:%COMPAT:!VERS-SSL3.0", false);
 #endif
 
     // Disable WebKit2 accelerated compositing here while we can't


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]