From 96cd68b34037f8b6d9a1d43f67b8fe7c1df2ef9e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 20 Sep 2018 15:05:37 +0300 Subject: Added SSL/TLS support on connection level. --- src/nxt_main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nxt_main.h') 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 -#if (NXT_SSLTLS) -#include +#if (NXT_TLS) +#include #endif -- cgit