summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2019-04-15 22:40:43 +0100
committerSteve Holme <steve_holme@hotmail.com>2019-04-15 22:40:43 +0100
commit0a9f3edeb3892635b1062602a19a4bd365475ae0 (patch)
treeffeb8423a0888a17185e6ed34a6fc5a235ddcf7f
parentd84da52d9f66eb17236062a5c1e19736b32859d7 (diff)
downloadcurl-0a9f3edeb3892635b1062602a19a4bd365475ae0.tar.gz
md5: Forgot to update the code alignment in d84da52d
-rw-r--r--lib/md5.c4
1 files changed, 2 insertions, 2 deletions
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);