unit1601: MD5 unit tests

This commit is contained in:
Daniel Stenberg
2015-02-03 22:52:18 +01:00
parent 83bb07027d
commit b3cbf4500d
5 changed files with 85 additions and 2 deletions

View File

@@ -486,6 +486,9 @@ const MD5_params Curl_DIGEST_MD5[] = {
}
};
/*
* @unittest: 1601
*/
void Curl_md5it(unsigned char *outbuffer, /* 16 bytes */
const unsigned char *input)
{