aboutsummaryrefslogtreecommitdiff
path: root/picohttp.h
diff options
context:
space:
mode:
Diffstat (limited to 'picohttp.h')
-rw-r--r--picohttp.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/picohttp.h b/picohttp.h
index 176b2e0..85eaf50 100644
--- a/picohttp.h
+++ b/picohttp.h
@@ -122,11 +122,13 @@ struct picohttpAuthData {
size_t const pwresponse_maxlen;
char * const pwresponse;
+#if 0
size_t const uri_maxlen;
char * const uri;
+#endif
- int qop;
-
+ unsigned int message_qop;
+ uint32_t nonce_count;
};
struct picohttpRequest {