repair the `patch: cannot open` of ssl_cert_cb_yield.patch

mention here: it was also caused the ssl_sess_cb_yield.patch failed with `Hunk 1 FAILED 1446/1446`
the bundle script should be existed while applying this patch failed
pull/560/head
James ZHANG 5 years ago
parent 04bfe0c76f
commit ed3333f2c1

@ -14,8 +14,8 @@ Here we added support for such usage in NGINX 3rd-party modules
connections. connections.
diff -r 78b4e10b4367 -r 449f0461859c src/event/ngx_event_openssl.c diff -r 78b4e10b4367 -r 449f0461859c src/event/ngx_event_openssl.c
--- a/src/event/ngx_event_openssl.c Thu Dec 17 16:39:15 2015 +0300 --- a/src/event/ngx_event_openssl.c Thu Dec 17 16:39:15 2015 +0300
+++ b/src/event/ngx_event_openssl.c Sat Jan 02 11:14:44 2016 -0800 +++ b/src/event/ngx_event_openssl.c Sat Jan 02 11:14:44 2016 -0800
@@ -1445,6 +1445,23 @@ ngx_ssl_handshake(ngx_connection_t *c) @@ -1445,6 +1445,23 @@ ngx_ssl_handshake(ngx_connection_t *c)
return NGX_AGAIN; return NGX_AGAIN;
} }

Loading…
Cancel
Save