aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.h
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-07-18 18:45:17 +0000
committerng0 <ng0@n0.is>2019-07-18 18:45:17 +0000
commit3100e3e368aa364294c00184a91fb57e4c80abef (patch)
treee4c18da3de032e8df503174f28962ff3f1f71cc1 /src/microhttpd/mhd_send.h
parent843b844d64578aa20749658c656d93ea2e17710c (diff)
downloadlibmicrohttpd-3100e3e368aa364294c00184a91fb57e4c80abef.tar.gz
libmicrohttpd-3100e3e368aa364294c00184a91fb57e4c80abef.zip
mhd_send.c: call send_tls_adapter() when TLS is used.
Diffstat (limited to 'src/microhttpd/mhd_send.h')
-rw-r--r--src/microhttpd/mhd_send.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/mhd_send.h b/src/microhttpd/mhd_send.h
index 64b4f240..7bd79a16 100644
--- a/src/microhttpd/mhd_send.h
+++ b/src/microhttpd/mhd_send.h
@@ -35,6 +35,7 @@
35#include <errno.h> 35#include <errno.h>
36#include "mhd_sockets.h" 36#include "mhd_sockets.h"
37#include "connection.h" 37#include "connection.h"
38#include "connection_https.h"
38 39
39enum MHD_SendSocketOptions 40enum MHD_SendSocketOptions
40{ 41{