From 0a9f3edeb3892635b1062602a19a4bd365475ae0 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Mon, 15 Apr 2019 22:40:43 +0100 Subject: md5: Forgot to update the code alignment in d84da52d --- lib/md5.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/md5.c') 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); -- cgit v1.2.1