aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/digestauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/digestauth.c')
-rw-r--r--src/microhttpd/digestauth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index ed2610c2..85a46260 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -333,7 +333,7 @@ struct DigestAlgorithm
333 /** 333 /**
334 * Buffer for hex-print of the final digest. 334 * Buffer for hex-print of the final digest.
335 */ 335 */
336#if _DEBUG 336#ifdef _DEBUG
337 bool uninitialised; /**< The structure has been not set-up */ 337 bool uninitialised; /**< The structure has been not set-up */
338 bool algo_selected; /**< The algorithm has been selected */ 338 bool algo_selected; /**< The algorithm has been selected */
339 bool ready_for_hashing; /**< The structure is ready to hash data */ 339 bool ready_for_hashing; /**< The structure is ready to hash data */