]> git.kaiwu.me - nginx.git/commit
Style: added missing "static" specifiers.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 21 Oct 2021 15:43:13 +0000 (18:43 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 21 Oct 2021 15:43:13 +0000 (18:43 +0300)
commit3ab1b64463cfc1cea5209f159d8fe3797328be51
treef849ef9d3103c2a35de34f9c1936aa4f58bbacac
parentf29d7ade54f8baa117f7c40fec58683952c46cdb
Style: added missing "static" specifiers.

Mostly found by gcc -Wtraditional, per "non-static declaration of ...
follows static declaration [-Wtraditional]" warnings.
src/event/ngx_event_openssl.c
src/stream/ngx_stream_ssl_module.c