aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-04-06 22:18:40 +0000
committerChristian Grothoff <christian@grothoff.org>2015-04-06 22:18:40 +0000
commitf88e041ca019e8036c5512c7bff2e9626006c59d (patch)
tree624cd06eda362ea89fa7e7933c5d8d8d4abfbf3d /src/include/microhttpd.h
parent334974b4b18840b88c3332ba68863f6c9394b46d (diff)
downloadlibmicrohttpd-f88e041ca019e8036c5512c7bff2e9626006c59d.tar.gz
libmicrohttpd-f88e041ca019e8036c5512c7bff2e9626006c59d.zip
tolerate TLS 1.1 / 1.2 disagreement
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 12e447c5..901889d4 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 Copyright (C) 2006-2014 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2006-2015 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
@@ -130,7 +130,7 @@ typedef intptr_t ssize_t;
130 * Current version of the library. 130 * Current version of the library.
131 * 0x01093001 = 1.9.30-1. 131 * 0x01093001 = 1.9.30-1.
132 */ 132 */
133#define MHD_VERSION 0x00093907 133#define MHD_VERSION 0x00094000
134 134
135/** 135/**
136 * MHD-internal return code for "YES". 136 * MHD-internal return code for "YES".