From 273a6df932af73d7c84fef8668a53b2e65311e24 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 11 Dec 2018 10:06:21 +0100 Subject: remove requirement for VLA in digestauth.c logic --- src/include/microhttpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index 1d966233..dba9a4ca 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h @@ -126,7 +126,7 @@ typedef intptr_t ssize_t; * Current version of the library. * 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00096201 +#define MHD_VERSION 0x00096202 /** * MHD-internal return code for "YES". -- cgit v1.2.3