From 759d94439788c3939b74b59722c5b484f24f8e9e Mon Sep 17 00:00:00 2001 From: gyani Date: Sat, 4 Jul 2015 08:22:08 +0000 Subject: [PATCH] Modified the debug string that is passed when ssl is not present to include ntlm. --- nselib/http.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/http.lua b/nselib/http.lua index 238b8e18f..70d93e876 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -1270,7 +1270,7 @@ function generic_request(host, port, method, path, options) local ntlm_auth = options and options.auth and options.auth.ntlm if (digest_auth or ntlm_auth) and not have_ssl then - stdnse.debug1("http: digest auth requires openssl.") + stdnse.debug1("http: digest and ntlm auth require openssl.") end if digest_auth and have_ssl then