Skip to content

Commit 9c48a08

Browse files
committed
f
Signed-off-by: Nic <[email protected]>
1 parent 5ee7635 commit 9c48a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patch/1.21.4/ngx_lua-ssl_session_hostname.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git src/ngx_http_lua_ssl_certby.c src/ngx_http_lua_ssl_certby.c
2-
index b8e70dde..f00f794f 100644
2+
index b8e70dde..c3bfc790 100644
33
--- src/ngx_http_lua_ssl_certby.c
44
+++ src/ngx_http_lua_ssl_certby.c
55
@@ -870,6 +870,46 @@ ngx_http_lua_ffi_ssl_server_name(ngx_http_request_t *r, char **name,
@@ -24,7 +24,7 @@ index b8e70dde..f00f794f 100644
2424
+ }
2525
+
2626
+#if (defined(TLS1_3_VERSION) \
27-
+ && !defined(LIBRESSL_VERSION_NUMBER) && !defined(OPENSSL_IS_BORINGSSL)
27+
+ && !defined(LIBRESSL_VERSION_NUMBER) && !defined(OPENSSL_IS_BORINGSSL))
2828
+
2929
+ /*
3030
+ * SSL_SESSION_get0_hostname() is only available in OpenSSL 1.1.1+,

0 commit comments

Comments
 (0)