]> granicus.if.org Git - curl/commitdiff
md5: Forgot to update the code alignment in d84da52d
authorSteve Holme <steve_holme@hotmail.com>
Mon, 15 Apr 2019 21:40:43 +0000 (22:40 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Mon, 15 Apr 2019 21:40:43 +0000 (22:40 +0100)
lib/md5.c

index 5c195f28dda6add6e1227beb5a530fcd95e1d6b6..f4e37d6cb13cd647a19fe37dd67ed415047697ad 100644 (file)
--- 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);