commit | f4f72f9fb58e8ee4ef85e41d0702c7790c712362 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Thu Sep 27 17:59:59 2012 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Thu Sep 27 17:59:59 2012 +0000 |
tree | 2f319ff64a93881268aa369f419175d3e21da518 | |
parent | 181d58f9c9e6b8c2d1642eab35696e62438b5ee0 [diff] |
SSL: fixed compression workaround to remove all methods. Previous code used sk_SSL_COMP_delete(ssl_comp_methods, i) while iterating stack from 0 to n, resulting in removal of only even compression methods. In real life this change is a nop, as there is only one compression method which is enabled by default in OpenSSL.