From 8f0268d9fce72d8c12315fbb0fee2407e563fc90 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 15 Sep 2017 13:49:10 +0200 Subject: [PATCH] Add GNUTLS feature detection to doom/am-i-secure --- core/autoload/debug.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/autoload/debug.el b/core/autoload/debug.el index 52e1d00b3..a6a7597e3 100644 --- a/core/autoload/debug.el +++ b/core/autoload/debug.el @@ -58,6 +58,8 @@ selection of all minor-modes, active or not." "Test to see if your root certificates are securely configured in emacs." (declare (interactive-only t)) (interactive) + (unless (string-match-p "\\_" system-configuration-features) + (warn "gnutls support isn't built into Emacs, there may be problems")) (if-let (bad-hosts (cl-loop for bad in '("https://wrong.host.badssl.com/"