diff options
author | Steve Holme <steve_holme@hotmail.com> | 2019-04-15 22:40:43 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2019-04-15 22:40:43 +0100 |
commit | 0a9f3edeb3892635b1062602a19a4bd365475ae0 (patch) | |
tree | ffeb8423a0888a17185e6ed34a6fc5a235ddcf7f | |
parent | d84da52d9f66eb17236062a5c1e19736b32859d7 (diff) |
md5: Forgot to update the code alignment in d84da52d
-rw-r--r-- | lib/md5.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |