Message234871
_ssl.c compilation is broken on default and 27 when building with older (pre-1.0.1 ?) versions of OpenSSL:
/py/dev/3x/source/Modules/_ssl.c:2296:24: error: use of undeclared identifier
'OPENSSL_NPN_NEGOTIATED'
if (alpn && ret != OPENSSL_NPN_NEGOTIATED)
The code added by eaa38b75cc78 (default) and 94ec4d8cf104 (2.7) doesn't account for the possibility that NPN is not available. (The Snow Leopard buildbots are down at the moment but I would expect them to be failing with this.) |
|
| Date |
User |
Action |
Args |
| 2015-01-28 04:21:26 | ned.deily | set | recipients:
+ ned.deily, benjamin.peterson |
| 2015-01-28 04:21:26 | ned.deily | set | messageid: <[email protected]> |
| 2015-01-28 04:21:26 | ned.deily | link | issue23335 messages |
| 2015-01-28 04:21:25 | ned.deily | create | |
|