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 e92edfbef6

Fixes #11890
Reported-by: Aleksander Mazur
Closes #11896
This commit is contained in:
Daniel Stenberg 2023-09-20 09:56:26 +02:00
parent 7cf269dd1c
commit ff5e502316
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 4 additions and 5 deletions

View file

@ -35,7 +35,6 @@
#include "urldata.h"
#include "vauth/vauth.h"
#include "curl_md5.h"
#include "warnless.h"
#include "strtok.h"
#include "sendf.h"