feature: bundled the sess_set_get_cb_yield patch for OpenSSL to support the ssl_session_fetch_by_lua* directives of ngx_http_lua_module.

This commit is contained in:
Yichun Zhang (agentzh) 2016-08-15 15:37:44 -07:00
parent a0e7a6a9fa
commit 949ad066d6
1 changed files with 2 additions and 0 deletions

View File

@ -740,6 +740,8 @@ cp $root/COPYRIGHT ./ || exit 1
perl bundle/$resty_cli/bin/md2pod.pl $root/doc/README-win32.md | pod2text > README-win32.txt || exit 1
unix2dos README-win32.txt || exit 1
find bundle -name '*~' -delete
mkdir patches/ || exit 1
cp $root/patches/openssl-1.0.2h-sess_set_get_cb_yield.patch patches/ || exit 1
restydoc_index=$bundle_dir/$resty_cli/bin/restydoc-index
#restydoc_index=$HOME/git/resty-cli/bin/restydoc-index