[issue19682] _ssl won't compile with OSX 10.9 SDK

2013-11-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 40bfddda43d4 by Christian Heimes in branch 'default': Issue #19682: Fix compatibility issue with old version of OpenSSL that http://hg.python.org/cpython/rev/40bfddda43d4 -- nosy: +python-dev ___ Python t

[issue19682] _ssl won't compile with OSX 10.9 SDK

2013-11-21 Thread Ronald Oussoren
New submission from Ronald Oussoren: I get a compilation error for _ssl when building on OSX 10.9 using the 10.9 SDK, the relevant error: /Users/ronald/Projects/python/rw/default/Modules/_ssl.c:1029:24: error: no member named 'crldp' in 'struct x509_st' dps = certificate->crldp;

[issue19682] _ssl won't compile with OSX 10.9 SDK

2013-11-21 Thread Christian Heimes
Christian Heimes added the comment: It's my fault and related to #18379. I'll fix it. -- assignee: ronaldoussoren -> christian.heimes nosy: +christian.heimes ___ Python tracker _

[issue19682] _ssl won't compile with OSX 10.9 SDK

2013-11-21 Thread Ronald Oussoren
Ronald Oussoren added the comment: That's quick... The patch fixes the issue for me as well. Thanks! -- resolution: -> fixed stage: needs patch -> commit review status: open -> closed ___ Python tracker ___