Skip to content

Commit 4fd4087

Browse files
committed
refator: moved OCSP related FFI C API functions from ngx_http_lua_ssl_certby.c to a separate compilation unit, ngx_http_lua_ssl_ocscp.c.
1 parent 9e2c0e4 commit 4fd4087

File tree

4 files changed

+499
-472
lines changed

4 files changed

+499
-472
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ src/timer.[ch]
154154
src/config.[ch]
155155
src/worker.[ch]
156156
src/certby.[ch]
157+
src/ocsp.c
157158
src/lex.[ch]
158159
src/balancer.[ch]
159160
src/semaphore.[ch]

config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
352352
$ngx_addon_dir/src/ngx_http_lua_config.c \
353353
$ngx_addon_dir/src/ngx_http_lua_worker.c \
354354
$ngx_addon_dir/src/ngx_http_lua_ssl_certby.c \
355+
$ngx_addon_dir/src/ngx_http_lua_ssl_ocsp.c \
355356
$ngx_addon_dir/src/ngx_http_lua_lex.c \
356357
$ngx_addon_dir/src/ngx_http_lua_balancer.c \
357358
"

0 commit comments

Comments
 (0)