]> git.kaiwu.me - nginx.git/commit
SSL: removed redundant "pkey" variable.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 8 Mar 2019 23:55:43 +0000 (02:55 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 8 Mar 2019 23:55:43 +0000 (02:55 +0300)
commit762d98abedd89c834713451cd1ba3d33777c63d9
tree973bd92161b491d30465152e009a4545a206b576
parent0ad4393e30c119d250415cb769e3d8bc8dce5186
SSL: removed redundant "pkey" variable.

It was accidentally introduced in 77436d9951a1 (1.15.9).  In MSVC 2015
and more recent MSVC versions it triggers warning C4456 (declaration of
'pkey' hides previous local declaration).  Previously, all such warnings
were resolved in 2a621245f4cf.

Reported by Steve Stevenson.
src/event/ngx_event_openssl.c