Skip to content

Commit 3fe6d46

Browse files
author
Tuure Vartiainen
committed
config: fixed a typo, include ngx_http_lua_ssl_pskby.h in HTTP_LUA_DEPS.
1 parent 97ebc71 commit 3fe6d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ HTTP_LUA_DEPS=" \
421421
$ngx_addon_dir/src/ngx_http_lua_balancer.h \
422422
$ngx_addon_dir/src/ngx_http_lua_ssl_session_storeby.h \
423423
$ngx_addon_dir/src/ngx_http_lua_ssl_session_fetchby.h \
424-
$ngx_addon_dir/src/ngx_http_lua_ssl_pskby.c \
424+
$ngx_addon_dir/src/ngx_http_lua_ssl_pskby.h \
425425
$ngx_addon_dir/src/ngx_http_lua_ssl.h \
426426
$ngx_addon_dir/src/ngx_http_lua_log_ringbuf.h \
427427
"

0 commit comments

Comments
 (0)