aboutsummaryrefslogtreecommitdiff
path: root/src/examples/https_server_example.c
diff options
context:
space:
mode:
authorlv-426 <oxcafebaby@yahoo.com>2008-07-26 03:26:56 +0000
committerlv-426 <oxcafebaby@yahoo.com>2008-07-26 03:26:56 +0000
commit16abaea132ac90293a868ecb944abce24fd16d9f (patch)
tree490881a7b7ac6172608c2e9c9ba10d69160551b5 /src/examples/https_server_example.c
parent14a57219373afd8dd110ee8af89b32767c72c1dc (diff)
downloadlibmicrohttpd-16abaea132ac90293a868ecb944abce24fd16d9f.tar.gz
libmicrohttpd-16abaea132ac90293a868ecb944abce24fd16d9f.zip
'microhttps.h' merge
gnutls version added to configure.ac to enable assersion before running curl tests GNUTLS symbol renaming
Diffstat (limited to 'src/examples/https_server_example.c')
-rw-r--r--src/examples/https_server_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/https_server_example.c b/src/examples/https_server_example.c
index 126b29d3..06d82a52 100644
--- a/src/examples/https_server_example.c
+++ b/src/examples/https_server_example.c
@@ -35,7 +35,7 @@
35 */ 35 */
36 36
37#include "platform.h" 37#include "platform.h"
38#include <microhttpsd.h> 38#include <microhttpd.h>
39#include <sys/stat.h> 39#include <sys/stat.h>
40 40
41#include "gnutls.h" 41#include "gnutls.h"