1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-24 00:58:48 -05:00

md5: Forgot to update the code alignment in d84da52d

This commit is contained in:
Steve Holme 2019-04-15 22:40:43 +01:00
parent d84da52d9f
commit 0a9f3edeb3

View File

@ -546,8 +546,8 @@ MD5_context *Curl_MD5_init(const MD5_params *md5params)
} }
CURLcode Curl_MD5_update(MD5_context *context, CURLcode Curl_MD5_update(MD5_context *context,
const unsigned char *data, const unsigned char *data,
unsigned int len) unsigned int len)
{ {
(*context->md5_hash->md5_update_func)(context->md5_hashctx, data, len); (*context->md5_hash->md5_update_func)(context->md5_hashctx, data, len);