summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_main.h')
-rw-r--r--src/nxt_main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nxt_main.h b/src/nxt_main.h
index 24f89d00..1bbd9ee5 100644
--- a/src/nxt_main.h
+++ b/src/nxt_main.h
@@ -113,8 +113,8 @@ typedef struct nxt_conn_s nxt_conn_t;
#include <nxt_log_moderation.h>
-#if (NXT_SSLTLS)
-#include <nxt_ssltls.h>
+#if (NXT_TLS)
+#include <nxt_tls.h>
#endif