diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-02-03 22:52:18 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-02-03 23:05:55 +0100 |
commit | b3cbf4500d1e9f16eb8f7b285919bfac35ae0fe5 (patch) | |
tree | 414528dde21a5a7cbc6c26fcaada961e3bd58f62 /lib | |
parent | 83bb07027db631b880acaf2240cc2cb2b73cf1bc (diff) |
unit1601: MD5 unit tests
Diffstat (limited to 'lib')
-rw-r--r-- | lib/md5.c | 3 |
1 files changed, 3 insertions, 0 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) { |