]> git.ipfire.org Git - thirdparty/curl.git/commit
lib: enable hmac for digest as well
authorDaniel Stenberg <daniel@haxx.se>
Wed, 20 Sep 2023 07:56:26 +0000 (09:56 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 20 Sep 2023 11:38:42 +0000 (13:38 +0200)
commitff5e5023162f53e1b1b89a61a9506b2f39ee90bf
tree2688d36540292446f3ed195757ab25fe4f27c086
parent7cf269dd1c7016edef00f2fc97933223c76a5dce
lib: enable hmac for digest as well

Previously a build that disabled NTLM and aws-sigv4 would fail to build
since the hmac was disabled, but it is also needed for digest auth.

Follow-up to e92edfbef64448ef

Fixes #11890
Reported-by: Aleksander Mazur
Closes #11896
lib/curl_hmac.h
lib/hmac.c
lib/vauth/cleartext.c