md5: Forgot to update the code alignment in d84da52d
This commit is contained in:
Родитель
d84da52d9f
Коммит
0a9f3edeb3
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче