gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 09/10: digestauth.c: trust configure detection of variab


From: gnunet
Subject: [libmicrohttpd] 09/10: digestauth.c: trust configure detection of variable length arrays
Date: Thu, 01 Apr 2021 20:39:05 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

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

    digestauth.c: trust configure detection of variable length arrays
---
 src/microhttpd/digestauth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index 6033c166..649fef62 100644
--- 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.
  *

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]