summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index 1de96fd..ed8b35f 100644
--- a/init.el
+++ b/init.el
@@ -51,8 +51,8 @@
51 "gnutls-cli -p %p --dh-bits=3072 --ocsp --x509cafile=%t --strict-tofu --priority='SECURE128:+SECURE192:-VERS-ALL:+VERS-TLS1.2:+VERS-TLS1.3' %h" 51 "gnutls-cli -p %p --dh-bits=3072 --ocsp --x509cafile=%t --strict-tofu --priority='SECURE128:+SECURE192:-VERS-ALL:+VERS-TLS1.2:+VERS-TLS1.3' %h"
52 "gnutls-cli -p %p %h")) 52 "gnutls-cli -p %p %h"))
53 53
54(setq gnutls-algorithm-priority 54(when (boundp 'libgnutls-version)
55 (when (boundp 'libgnutls-version) 55 (setq gnutls-algorithm-priority
56 (concat "SECURE128:+SECURE192:-VERS-ALL" 56 (concat "SECURE128:+SECURE192:-VERS-ALL"
57 (if (and (not +windows+) 57 (if (and (not +windows+)
58 (>= libgnutls-version 30605)) 58 (>= libgnutls-version 30605))