gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 83/219: md5: Forgot to update the code alignment in


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 83/219: md5: Forgot to update the code alignment in d84da52d
Date: Wed, 22 May 2019 19:17:02 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 0a9f3edeb3892635b1062602a19a4bd365475ae0
Author: Steve Holme <address@hidden>
AuthorDate: Mon Apr 15 22:40:43 2019 +0100

    md5: Forgot to update the code alignment in d84da52d
---
 lib/md5.c | 4 ++--
 1 file 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);
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]