summaryrefslogtreecommitdiff
path: root/src/configfile-glue.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-12-21 20:23:43 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2017-01-31 14:36:10 -0500
commit8960633dc71afefb2f7d7ea1c9a8e435c8df0e36 (patch)
tree11cb6f1a19ad253386f52b645730985b5cc4fe7a /src/configfile-glue.c
parentbdbea2aea8e95c11e5abc3a2eed76cc204f31b11 (diff)
downloadlighttpd-git-8960633dc71afefb2f7d7ea1c9a8e435c8df0e36.tar.gz
[mod_openssl] move openssl config into mod_openssl
move openssl data structures and config parsing into mod_openssl
Diffstat (limited to 'src/configfile-glue.c')
-rw-r--r--src/configfile-glue.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/configfile-glue.c b/src/configfile-glue.c
index b6deabdf..b44da1ef 100644
--- a/src/configfile-glue.c
+++ b/src/configfile-glue.c
@@ -445,10 +445,8 @@ static cond_result_t config_check_cond_nocache(server *srv, connection *con, dat
default:
break;
}
-#if defined USE_OPENSSL && ! defined OPENSSL_NO_TLSEXT
} else if (!buffer_string_is_empty(con->tlsext_server_name)) {
l = con->tlsext_server_name;
-#endif
} else {
l = srv->empty_string;
}