]> git.kaiwu.me - nginx.git/commit
SSL: backed out changeset e7cb5deb951d, reimplemented properly.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 15 Dec 2016 16:00:23 +0000 (19:00 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 15 Dec 2016 16:00:23 +0000 (19:00 +0300)
commit3294292b667ffa9ad55c7bd2e59943bd6eca4a4d
tree3187407d05e5d5a722fea2699b598a6b380b18b5
parent592dbcc3151e49f6ee0602812adcaa6ffa885317
SSL: backed out changeset e7cb5deb951d, reimplemented properly.

Changeset e7cb5deb951d breaks build on CentOS 5 with "dereferencing
type-punned pointer will break strict-aliasing rules" warning.  It is
backed out.

Instead, to keep builds with BoringSSL happy, type of the "value"
variable changed to "char *", and an explicit cast added before calling
ngx_parse_http_time().
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl_stapling.c