summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.lisp b/utils.lisp
index 32cf319..47cfc5a 100644
--- a/utils.lisp
+++ b/utils.lisp
@@ -402,7 +402,7 @@ ELEMENT-TYPE as the stream's."
(cl-base64:usb8-array-to-base64-string
(ironclad:digest-sequence
:sha1
- (map 'vector #'char-code (format nil "~A~A~A" nonce timestamp *wsse-key*)))))))
+ (map '(simple-array (unsigned-byte 8)) #'char-code (format nil "~A~A~A" nonce timestamp *wsse-key*)))))))
(declare (ignore user))
(if (and (stringp our-digest)
(stringp their-digest)