diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-02-03 20:59:54 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-02-03 21:03:11 +0100 |
commit | 83bb07027db631b880acaf2240cc2cb2b73cf1bc (patch) | |
tree | 89ddbf9a4de9db13254723e9bcddadbf32bc910d /lib | |
parent | 6b68aa989c9d5f6c031e992f44e5ad792ab48994 (diff) |
unit1600: unit test for Curl_ntlm_core_mk_nt_hash
Diffstat (limited to 'lib')
-rw-r--r-- | lib/curl_ntlm_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |