md5: Forgot to update the code alignment in d84da52d

This commit is contained in:
Steve Holme 2019-04-15 22:40:43 +01:00
Родитель d84da52d9f
Коммит 0a9f3edeb3
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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);