mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:13:36 +03:00
md5: Forgot to update the code alignment in d84da52d
This commit is contained in:
parent
d84da52d9f
commit
0a9f3edeb3
1 changed files with 2 additions and 2 deletions
|
|
@ -546,8 +546,8 @@ MD5_context *Curl_MD5_init(const MD5_params *md5params)
|
|||
}
|
||||
|
||||
CURLcode Curl_MD5_update(MD5_context *context,
|
||||
const unsigned char *data,
|
||||
unsigned int len)
|
||||
const unsigned char *data,
|
||||
unsigned int len)
|
||||
{
|
||||
(*context->md5_hash->md5_update_func)(context->md5_hashctx, data, len);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue