mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:33:31 +03:00
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:
parent
7cf269dd1c
commit
ff5e502316
3 changed files with 4 additions and 5 deletions
|
|
@ -35,7 +35,6 @@
|
|||
#include "urldata.h"
|
||||
|
||||
#include "vauth/vauth.h"
|
||||
#include "curl_md5.h"
|
||||
#include "warnless.h"
|
||||
#include "strtok.h"
|
||||
#include "sendf.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue