summaryrefslogtreecommitdiff
path: root/lisp/net/sasl-digest.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net/sasl-digest.el')
-rw-r--r--lisp/net/sasl-digest.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/sasl-digest.el b/lisp/net/sasl-digest.el
index 5afc195d4b4..3696f526b5d 100644
--- a/lisp/net/sasl-digest.el
+++ b/lisp/net/sasl-digest.el
@@ -29,9 +29,9 @@
;; It is caller's responsibility to base64-decode challenges and
;; base64-encode responses in IMAP4 AUTHENTICATE command.
;;
-;; Passphrase should be longer than 16 bytes. (See RFC 2195)
+;; Passphrase should be longer than 16 bytes. (See RFC 2195)
-;;; Commentary:
+;;; Code:
(require 'sasl)
(require 'hmac-md5)