* canlock.el (canlock-sha1-function): Remove.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 7 Jan 2004 05:25:57 +0000 (05:25 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 7 Jan 2004 05:25:57 +0000 (05:25 +0000)
commit78703c92bd3c5936d8987806f1bf6faa39abcf47
treee592ea5a55d2defb6b73dbe818da4bb49ca415c0
parentfd5450cb987dc9e7ceb5dbf061d473231199df61
* canlock.el (canlock-sha1-function): Remove.
(canlock-sha1-function-for-verify): Remove.
(canlock-openssl-program): Remove.
(canlock-openssl-args): Remove.
(canlock-ignore-errors): Remove.
(canlock-sha1-with-openssl): Remove.
(canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
(canlock-verify): Don't use canlock-ignore-errors.

* sha1-el.el (sha1-string-external): Make it can return a string
 in binary form.
(sha1-region-external): Ditto.
(sha1-string-internal): Ditto.
(sha1-region-internal): Ditto.
(sha1-region): Ditto.
(sha1-string): Ditto.
(sha1): Ditto.
lisp/ChangeLog
lisp/canlock.el
lisp/sha1-el.el