From 83bb07027db631b880acaf2240cc2cb2b73cf1bc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 3 Feb 2015 20:59:54 +0100 Subject: unit1600: unit test for Curl_ntlm_core_mk_nt_hash --- lib/curl_ntlm_core.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/curl_ntlm_core.c b/lib/curl_ntlm_core.c index 1bdc82312..81575156f 100644 --- a/lib/curl_ntlm_core.c +++ b/lib/curl_ntlm_core.c @@ -510,6 +510,7 @@ static void ascii_uppercase_to_unicode_le(unsigned char *dest, /* * Set up nt hashed passwords + * @unittest: 1600 */ CURLcode Curl_ntlm_core_mk_nt_hash(struct SessionHandle *data, const char *password, -- cgit v1.2.3