X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=FLIM-ELS;h=0fa8ca9281010b50aed58fccf94f30b1b85d04df;hb=e101a59a100d0d7a238aa4c3d85314d4e7dc3b93;hp=775bb545760468266a367ee8e62106a217416540;hpb=203d8ceb26d982519ffb76e305c497402fe71053;p=elisp%2Fflim.git diff --git a/FLIM-ELS b/FLIM-ELS index 775bb54..0fa8ca9 100644 --- a/FLIM-ELS +++ b/FLIM-ELS @@ -11,16 +11,23 @@ mime mime-parse mmgeneric mmbuffer mmcooked mmdbuffer mmexternal mailcap - smtp smtpmail)) + sasl sasl-cram sasl-digest + smtp qmtp smtpmail)) + +(setq hmac-modules '(hex-util + hmac-def + md5 md5-el md5-dl + sha1 sha1-el sha1-dl + hmac-md5 hmac-sha1)) + +(setq flim-modules (nconc hmac-modules flim-modules)) (if (and (fboundp 'base64-encode-string) (subrp (symbol-function 'base64-encode-string))) nil (if (fboundp 'dynamic-link) - (setq flim-modules (cons 'mel-b-dl flim-modules)) - ) - (setq flim-modules (cons 'mel-b-el flim-modules)) - ) + (setq flim-modules (cons 'mel-b-dl flim-modules))) + (setq flim-modules (cons 'mel-b-el flim-modules))) (require 'pccl) (unless-broken ccl-usable