From: Steve Holme Date: Mon, 15 Apr 2019 21:40:43 +0000 (+0100) Subject: md5: Forgot to update the code alignment in d84da52d X-Git-Tag: curl-7_65_0~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a9f3edeb3892635b1062602a19a4bd365475ae0;p=curl md5: Forgot to update the code alignment in d84da52d --- diff --git a/lib/md5.c b/lib/md5.c index 5c195f28d..f4e37d6cb 100644 --- a/lib/md5.c +++ b/lib/md5.c @@ -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);