add NTLM to sasl.el
[elisp/flim.git] / sha1.el
diff --git a/sha1.el b/sha1.el
index ad25316..24a3af5 100644 (file)
--- a/sha1.el
+++ b/sha1.el
 
 (require 'hex-util)
 
+(eval-when-compile
+  (or (fboundp 'sha1-string)
+      (defun sha1-string (a))))
+
 (defvar sha1-dl-module
   (if (and (fboundp 'sha1-string)
           (subrp (symbol-function 'sha1-string)))