diff options
Diffstat (limited to 'lib/md5.c')
-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) { |