diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-08 22:24:43 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-08 22:24:43 +0200 |
commit | 068e2badb03b7ce82a6277d6e7bcd71c49fd3352 (patch) | |
tree | bf752dbb39b278f66b59d81eea7f9a36ec5c38a3 | |
parent | e90cc72980014bb8e113033c38058ae26a6ed1b8 (diff) |
Use keywords to indicate Ironclad digest algorithms.
Ignore-this: 26c81c9c4ab7748e63c8b1c7a1667342
darcs-hash:724eae94ea8e14ee31357c655217ce8a0121d7c4
-rw-r--r-- | utils.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -396,7 +396,7 @@ ELEMENT-TYPE as the stream's." (their-digest (cdr (assoc "passworddigest" params :test 'equalp))) (our-digest (cl-base64:string-to-base64-string (ironclad:digest-sequence - 'ironclad:sha1 + :sha1 (format nil "~A~A~A" nonce timestamp *wsse-key*))))) (declare (ignore user)) (if (and (string= their-digest our-digest) |