From 137fa1c4241c5bdab9408d2eeb9b5f4560568ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sat, 2 Aug 2025 00:31:46 +0800 Subject: [PATCH] Revert "Update patches/nginx/1.29.0/nginx-1.29.0-stream_proxy_protocol_v2.patch" This reverts commit d33a36677c446162fbbd2656acf5303b777110b8. --- .../nginx/1.29.0/nginx-1.29.0-stream_proxy_protocol_v2.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/nginx/1.29.0/nginx-1.29.0-stream_proxy_protocol_v2.patch b/patches/nginx/1.29.0/nginx-1.29.0-stream_proxy_protocol_v2.patch index f2ea602..d7c829f 100644 --- a/patches/nginx/1.29.0/nginx-1.29.0-stream_proxy_protocol_v2.patch +++ b/patches/nginx/1.29.0/nginx-1.29.0-stream_proxy_protocol_v2.patch @@ -328,7 +328,7 @@ index 49888b986..27c927ee5 100644 + } + } + -+ crt = SSL_get_peer_certificate(c->ssl->connection); ++ crt = SSL_get0_peer_certificate(c->ssl->connection); + if (crt != NULL) { + tlv->client |= NGX_PROXY_PROTOCOL_V2_CLIENT_CERT_SESS; +