+2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * message.el (message-canlock-generate): Require sha1-el.
+
2004-01-13 Jesper Harder <harder@ifa.au.dk>
* message.el (message-expand-name): Silence the byte compiler.
(defun message-canlock-generate ()
"Return a string that is non-trivial to guess.
Do not use this for anything important, it is cryptographically weak."
+ (require 'sha1-el)
(let (sha1-maximum-internal-length)
(sha1 (concat (message-unique-id)
(format "%x%x%x" (random) (random t) (random))