aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-06 23:45:41 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-06 23:45:41 +0000
commit38fad29b451f60898f2bbbaccc39dc97b86f5fe2 (patch)
treec14c9741bf08b51e80b562856fc9cf64ed59bf8b /src/include/microhttpd.h
parentd9999d665031980a27b30246b40ce45d8813c82f (diff)
downloadlibmicrohttpd-38fad29b451f60898f2bbbaccc39dc97b86f5fe2.tar.gz
libmicrohttpd-38fad29b451f60898f2bbbaccc39dc97b86f5fe2.zip
-fix build issue without HTTPS and compiler warnings, as reported by Dilyan Palauzov
on the mailinglist
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 e6a7532c..2fddf6c9 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -121,7 +121,7 @@ extern "C"
121 * Current version of the library. 121 * Current version of the library.
122 * 0x01093001 = 1.9.30-1. 122 * 0x01093001 = 1.9.30-1.
123 */ 123 */
124#define MHD_VERSION 0x00093200 124#define MHD_VERSION 0x00093201
125 125
126/** 126/**
127 * MHD-internal return code for "YES". 127 * MHD-internal return code for "YES".