mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:23:58 +03:00
parent
da97316596
commit
d6ff35b5a5
9 changed files with 73 additions and 40 deletions
|
|
@ -666,8 +666,8 @@ static CURLcode auth_create_digest_http_message(
|
|||
struct digestdata *digest,
|
||||
char **outptr, size_t *outlen,
|
||||
void (*convert_to_ascii)(unsigned char *, unsigned char *),
|
||||
void (*hash)(unsigned char *, const unsigned char *,
|
||||
const size_t))
|
||||
CURLcode (*hash)(unsigned char *, const unsigned char *,
|
||||
const size_t))
|
||||
{
|
||||
CURLcode result;
|
||||
unsigned char hashbuf[32]; /* 32 bytes/256 bits */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue