From 4744fdf082ad71334cd075d1fce49dcf7556df3e Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Mon, 16 Sep 2013 23:51:59 +0200 Subject: ... --- picohttp.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'picohttp.h') 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 { -- cgit v1.2.3