Variable: epa-protocol
epa-protocol is a variable defined in epa.el.gz.
Value
OpenPGP
Documentation
The default protocol.
The value can be either OpenPGP or CMS.
You should bind this variable with let, but do not set it globally.
Source Code
;; Defined in /usr/src/emacs/lisp/epa.el.gz
(defvar epa-protocol 'OpenPGP
"The default protocol.
The value can be either OpenPGP or CMS.
You should bind this variable with `let', but do not set it globally.")