]> git.ipfire.org Git - thirdparty/curl.git/commit
http_ntlm: Remove duplicate NSS initialisation
authorSteve Holme <steve_holme@hotmail.com>
Wed, 8 May 2019 13:40:16 +0000 (14:40 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Nov 2019 13:41:55 +0000 (14:41 +0100)
commitbb8cf0516953eea24cdedee47d31db77e8ced0dc
treec1f61a53f844ebdded07cef617e2b04053122efc
parentba82673dac3e8d00a76aa5e3779a0cb80e7442af
http_ntlm: Remove duplicate NSS initialisation

Given that this is performed by the NTLM code there is no need to
perform the initialisation in the HTTP layer. This also keeps the
initialisation the same as the SASL based protocols and also fixes a
possible compilation issue if both NSS and SSPI were to be used as
multiple SSL backends.

Reviewed-by: Kamil Dudka
Closes #3935
lib/http_ntlm.c