Skip to content

Commit a7d8ed1

Browse files
fixed build
1 parent 1de837f commit a7d8ed1

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/ngx_http_lua_proxy_ssl_verifyby.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ ngx_http_lua_proxy_ssl_verify_handler(X509_STORE_CTX *x509_store, void *arg)
241241
ngx_http_request_t *r = NULL;
242242
ngx_pool_cleanup_t *cln;
243243
ngx_http_lua_loc_conf_t *llcf;
244-
ngx_http_lua_ctx_t *ctx;
245244
ngx_http_lua_ssl_ctx_t *cctx;
246245
ngx_http_core_srv_conf_t *cscf;
247246
ngx_ssl_conn_t *ssl_conn;

t/169-proxy-ssl-verify.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if ($openssl_version =~ m/built with OpenSSL (0\S*|1\.0\S*|1\.1\.0\S*)/) {
1515
} elsif ($ENV{TEST_NGINX_USE_HTTP3}) {
1616
plan tests => repeat_each() * (blocks() * 6 + 6);
1717
} else {
18-
plan tests => repeat_each() * (blocks() * 6 + 10);
18+
plan tests => repeat_each() * (blocks() * 5 + 10);
1919
}
2020

2121
$ENV{TEST_NGINX_HTML_DIR} ||= html_dir();

0 commit comments

Comments
 (0)