commit | af7d8e0e2f59b3f70639b16b346f9037a83e87b9 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Thu Dec 15 19:00:23 2016 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Thu Dec 15 19:00:23 2016 +0300 |
tree | 3187407d05e5d5a722fea2699b598a6b380b18b5 | |
parent | 4866d0926b85aca57284e1ad27a2d91f2766e0c2 [diff] |
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().