mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix gnutls-cli detection (#80)
This commit is contained in:
@ -96,7 +96,7 @@
|
||||
;; --- is the environment set up properly? --------------------
|
||||
|
||||
;; gnutls-cli & openssl
|
||||
(unless (not (executable-find "gnutls-cli"))
|
||||
(unless (executable-find "gnutls-cli")
|
||||
(cond ((executable-find "openssl")
|
||||
(let* ((output (shell-command-to-string "openssl ciphers -v"))
|
||||
(protocols
|
||||
|
Reference in New Issue
Block a user