Variable: tramp-crypt-enabled
tramp-crypt-enabled is a variable defined in tramp-crypt.el.gz.
Value
nil
Documentation
Non-nil when encryption support is available.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-crypt.el.gz
;; We check only for encfs, assuming that encfsctl will be available
;; as well. The autoloaded value is nil, the check will run when
;; tramp-crypt.el is loaded by `tramp-crypt-add-directory'. It is a
;; common technique to let-bind this variable to nil in order to
;; suppress the file name operation of this package.
;;;###tramp-autoload
(defvar tramp-crypt-enabled nil
"Non-nil when encryption support is available.")