From ab96ead4680af278f07fa7d68ec7821842d2defa Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 14 Jan 2026 09:46:57 +0100 Subject: [PATCH] fixup remove extra newline --- lib/vauth/digest.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vauth/digest.c b/lib/vauth/digest.c index 7a7795a45b..e4446a529f 100644 --- a/lib/vauth/digest.c +++ b/lib/vauth/digest.c @@ -808,7 +808,6 @@ static CURLcode auth_create_digest_http_message( } } - result = hash(hashbuf, (unsigned char *)hashthis, strlen(hashthis)); curlx_free(hashthis); if(result)