aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-11 10:06:21 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-11 10:06:42 +0100
commit273a6df932af73d7c84fef8668a53b2e65311e24 (patch)
tree4f562f84988aa6bc512a5d88c4bdc79e4c77180c /src/include/microhttpd.h
parente13c79ee3b5208c8b94538144abe58eab099b3f8 (diff)
downloadlibmicrohttpd-273a6df932af73d7c84fef8668a53b2e65311e24.tar.gz
libmicrohttpd-273a6df932af73d7c84fef8668a53b2e65311e24.zip
remove requirement for VLA in digestauth.c logic
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
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;
126 * Current version of the library. 126 * Current version of the library.
127 * 0x01093001 = 1.9.30-1. 127 * 0x01093001 = 1.9.30-1.
128 */ 128 */
129#define MHD_VERSION 0x00096201 129#define MHD_VERSION 0x00096202
130 130
131/** 131/**
132 * MHD-internal return code for "YES". 132 * MHD-internal return code for "YES".