From e7c03bf75a213da6606ccabad79d2d9029aa2643 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 2 Nov 2024 18:43:59 +0200 Subject: Reorder gnutls-algorithm-priority setting --- init.el | 4 ++-- 1 file 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 @@ "gnutls-cli -p %p --dh-bits=3072 --ocsp --x509cafile=%t --strict-tofu --priority='SECURE128:+SECURE192:-VERS-ALL:+VERS-TLS1.2:+VERS-TLS1.3' %h" "gnutls-cli -p %p %h")) -(setq gnutls-algorithm-priority - (when (boundp 'libgnutls-version) +(when (boundp 'libgnutls-version) + (setq gnutls-algorithm-priority (concat "SECURE128:+SECURE192:-VERS-ALL" (if (and (not +windows+) (>= libgnutls-version 30605)) -- cgit v1.2.3