diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-09-02 01:42:32 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-09-02 01:42:32 +0000 |
commit | c9fc72fa5acddcdc670a2eb89a777f48fb031820 (patch) | |
tree | 32bcbc2b4fe4797bc8469b3aea4c11b3021ad7fd /lisp/net/sasl-digest.el | |
parent | 36a806f35776e884b6228f72030993284789c785 (diff) | |
download | emacs-c9fc72fa5acddcdc670a2eb89a777f48fb031820.tar.gz |
Delete all trailing white space.
Diffstat (limited to 'lisp/net/sasl-digest.el')
-rw-r--r-- | lisp/net/sasl-digest.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/sasl-digest.el b/lisp/net/sasl-digest.el index 6db95c6904e..8559c8f3fa9 100644 --- a/lisp/net/sasl-digest.el +++ b/lisp/net/sasl-digest.el @@ -95,10 +95,10 @@ charset algorithm cipher-opts auth-param)." (md5-binary (concat (encode-hex-string - (md5-binary (concat (md5-binary + (md5-binary (concat (md5-binary (concat username ":" realm ":" passphrase)) ":" nonce ":" cnonce - (if authzid + (if authzid (concat ":" authzid))))) ":" nonce ":" (format "%08x" nonce-count) ":" cnonce ":" qop ":" |