* pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10. The
[gnus] / lisp / pgg-def.el
index 5c7424d..208f10b 100644 (file)
@@ -71,6 +71,11 @@ Whether the passphrase is cached at all is controlled by
   :group 'pgg
   :type 'integer)
 
+(defcustom pgg-passphrase-coding-system nil
+  "Coding system to encode passphrase."
+  :group 'pgg
+  :type 'coding-system)
+
 (defvar pgg-messages-coding-system nil
   "Coding system used when reading from a PGP external process.")