mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:33:31 +03:00
unit1601: MD5 unit tests
This commit is contained in:
parent
83bb07027d
commit
b3cbf4500d
5 changed files with 85 additions and 2 deletions
|
|
@ -486,6 +486,9 @@ const MD5_params Curl_DIGEST_MD5[] = {
|
|||
}
|
||||
};
|
||||
|
||||
/*
|
||||
* @unittest: 1601
|
||||
*/
|
||||
void Curl_md5it(unsigned char *outbuffer, /* 16 bytes */
|
||||
const unsigned char *input)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue