summaryrefslogtreecommitdiff
path: root/daemon/digest.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/digest.h')
-rw-r--r--daemon/digest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/digest.h b/daemon/digest.h
index 6bd7acc..0f5e6b2 100644
--- a/daemon/digest.h
+++ b/daemon/digest.h
@@ -48,7 +48,7 @@ int ha_digestcheck(const char* realm, const char* method, const char* uri,
const char* digest_respond(ha_buffer_t* buf, digest_header_t* dg,
digest_record_t* rec, unsigned char* next);
-const char* digest_challenge(ha_buffer_t* buf, unsigned char* nonce,
+const char* digest_challenge(ha_buffer_t* buf, const char* nonce_str,
const char* realm, const char* domains, int stale);
void digest_makeha1(unsigned char* digest, const char* user,