Fix gnutls-cli detection (#80)
This commit is contained in:
parent
c01162b759
commit
086b306562
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
||||||
;; --- is the environment set up properly? --------------------
|
;; --- is the environment set up properly? --------------------
|
||||||
|
|
||||||
;; gnutls-cli & openssl
|
;; gnutls-cli & openssl
|
||||||
(unless (not (executable-find "gnutls-cli"))
|
(unless (executable-find "gnutls-cli")
|
||||||
(cond ((executable-find "openssl")
|
(cond ((executable-find "openssl")
|
||||||
(let* ((output (shell-command-to-string "openssl ciphers -v"))
|
(let* ((output (shell-command-to-string "openssl ciphers -v"))
|
||||||
(protocols
|
(protocols
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue