summaryrefslogtreecommitdiff
path: root/lisp/allout.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/allout.el')
-rw-r--r--lisp/allout.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/allout.el b/lisp/allout.el
index e19b6a16ead..fa940528b59 100644
--- a/lisp/allout.el
+++ b/lisp/allout.el
@@ -6218,9 +6218,6 @@ Returns the resulting string, or nil if the transformation fails."
(require 'pgg)
- (if (not (fboundp 'pgg-encrypt-symmetric))
- (error "Allout encryption depends on a newer version of pgg"))
-
(let* ((scheme (upcase
(format "%s" (or pgg-scheme pgg-default-scheme "GPG"))))
(for-key (and (equal key-type 'keypair)