mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:43:32 +03:00
unit1600: unit test for Curl_ntlm_core_mk_nt_hash
This commit is contained in:
parent
6b68aa989c
commit
83bb07027d
6 changed files with 42 additions and 10 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* | (__| |_| | _ <| |___
|
||||
* \___|\___/|_| \_\_____|
|
||||
*
|
||||
* Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
* Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
*
|
||||
* This software is licensed as described in the file COPYING, which
|
||||
* you should have received as part of this distribution. The terms
|
||||
|
|
@ -63,6 +63,8 @@ extern void wait_ms(int ms); /* wait this many milliseconds */
|
|||
extern int test(char *URL); /* the actual test function provided by each
|
||||
individual libXXX.c file */
|
||||
|
||||
extern char *hexdump(unsigned char *buffer, size_t len);
|
||||
|
||||
#ifdef UNITTESTS
|
||||
extern int unitfail;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue