aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls')
-rw-r--r--src/daemon/https/tls/defines.h2
-rw-r--r--src/daemon/https/tls/gnutls_asn1_tab.c2
-rw-r--r--src/daemon/https/tls/pkix_asn1_tab.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/daemon/https/tls/defines.h b/src/daemon/https/tls/defines.h
index 43e96766..712a3d0b 100644
--- a/src/daemon/https/tls/defines.h
+++ b/src/daemon/https/tls/defines.h
@@ -26,7 +26,7 @@
26# define DEFINES_H 26# define DEFINES_H
27 27
28#if HAVE_CONFIG_H 28#if HAVE_CONFIG_H
29# include <config.h> 29# include "MHD_config.h"
30#endif 30#endif
31 31
32#include <stddef.h> 32#include <stddef.h>
diff --git a/src/daemon/https/tls/gnutls_asn1_tab.c b/src/daemon/https/tls/gnutls_asn1_tab.c
index 4a7dc1d4..b2139578 100644
--- a/src/daemon/https/tls/gnutls_asn1_tab.c
+++ b/src/daemon/https/tls/gnutls_asn1_tab.c
@@ -1,5 +1,5 @@
1#if HAVE_CONFIG_H 1#if HAVE_CONFIG_H
2# include "config.h" 2#include "MHD_config.h"
3#endif 3#endif
4 4
5#include <libtasn1.h> 5#include <libtasn1.h>
diff --git a/src/daemon/https/tls/pkix_asn1_tab.c b/src/daemon/https/tls/pkix_asn1_tab.c
index eec32f9b..e8471bfd 100644
--- a/src/daemon/https/tls/pkix_asn1_tab.c
+++ b/src/daemon/https/tls/pkix_asn1_tab.c
@@ -1,5 +1,5 @@
1#if HAVE_CONFIG_H 1#if HAVE_CONFIG_H
2# include "config.h" 2#include "MHD_config.h"
3#endif 3#endif
4 4
5#include <libtasn1.h> 5#include <libtasn1.h>