]> git.ipfire.org Git - thirdparty/curl.git/commit
digest: fix missing increment of 'nc' value for auth-int
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>
Sun, 3 Jul 2022 14:58:50 +0000 (17:58 +0300)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 6 Jul 2022 08:14:37 +0000 (04:14 -0400)
commit647ed7c78b3e514c6d98e57d7f5ec8af57b41915
treee33d7b15afd443fd89d284aafde4d9de87a4de51
parent2b2a47eb38bc240eb034d1e708a8ad3d17c47e98
digest: fix missing increment of 'nc' value for auth-int

- Increment nc regardless of qop type.

Prior to this change nc was only incremented for qop type auth even
though libcurl sends nc with any qop.

Closes https://github.com/curl/curl/pull/9090
lib/vauth/digest.c