aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/epg-config.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/epg-config.el b/lisp/epg-config.el
index 611f984106d..7b963add881 100644
--- a/lisp/epg-config.el
+++ b/lisp/epg-config.el
@@ -83,9 +83,9 @@ Note that the buffer name starts with a space."
83(defconst epg-gpg-minimum-version "1.4.3") 83(defconst epg-gpg-minimum-version "1.4.3")
84 84
85(defconst epg-config--program-alist 85(defconst epg-config--program-alist
86 '((OpenPGP 86 `((OpenPGP
87 epg-gpg-program 87 epg-gpg-program
88 ("gpg2" . "2.1.6") ("gpg" . "1.4.3")) 88 ("gpg2" . "2.1.6") ("gpg" . ,epg-gpg-minimum-version))
89 (CMS 89 (CMS
90 epg-gpgsm-program 90 epg-gpgsm-program
91 ("gpgsm" . "2.0.4"))) 91 ("gpgsm" . "2.0.4")))