fixup remove extra newline

This commit is contained in:
Daniel Stenberg 2026-01-14 09:46:57 +01:00
parent 4aa5e2b4ed
commit ab96ead468
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -808,7 +808,6 @@ static CURLcode auth_create_digest_http_message(
}
}
result = hash(hashbuf, (unsigned char *)hashthis, strlen(hashthis));
curlx_free(hashthis);
if(result)