From d252eca4b0d59b4fdda04881807a0044c24994d0 Mon Sep 17 00:00:00 2001 From: okada Date: Fri, 16 Feb 2001 23:09:00 +0000 Subject: [PATCH] * sasl-ntlm.el(sasl-ntlm-response): self-Hash. --- sasl-ntlm.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/sasl-ntlm.el b/sasl-ntlm.el index 27de282..67b4c96 100644 --- a/sasl-ntlm.el +++ b/sasl-ntlm.el @@ -39,8 +39,6 @@ "A list of functions to be called in sequnece for the NTLM authentication steps. Ther are called by 'sasl-next-step.") -(setq sasl-passwd-hash-function 'ntlm-get-password-hashes) - (defun sasl-ntlm-request (client step) "SASL step function to generate a NTLM authentication request to the server. Called from 'sasl-next-step. -- 1.7.10.4