libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 05cd7f037c19cebde89b0ee2d974315390da6252
parent 81beb04105b5587a9f5cf03c3954cca77484daf3
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Thu,  1 Apr 2021 21:29:05 +0300

digestauth.c: trust configure detection of variable length arrays

Diffstat:
Msrc/microhttpd/digestauth.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c @@ -63,7 +63,7 @@ /** * Macro to avoid using VLAs if the compiler does not support them. */ -#if __STDC_NO_VLA__ +#ifndef HAVE_C_VARARRAYS /** * Return #MAX_DIGEST. *