Skip to content

Commit

Permalink
More effective workaround for GNUTLS + ELPA issues
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Sep 13, 2019
1 parent ab7cbf6 commit 12cbebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-elpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


;; Work-around for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34341
(when (version= "26.2" emacs-version)
(when (and (version< emacs-version "26.3") (>= libgnutls-version 30604))
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3"))


Expand Down

0 comments on commit 12cbebe

Please sign in to comment.