This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author signal1587
Recipients christian.heimes, signal1587
Date 2017-07-06.11:37:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499341032.83.0.909280464114.issue30867@psf.upfronthosting.co.za>
In-reply-to
Content
Compile Python (2.7.13) on platform which has OpenSSL (<0.9.8) will met error:

  /opt/Python-2.7.13/Modules/_ssl.c:177: error: syntax error before ‘*’ token

Since return type `X509_VERIFY_PARAM` got added to OpenSSL in version 0.9.8.

Surround the implementation of function `X509_STORE_get0_param` in (#ifdef HAVE_OPENSSL_VERIFY_PARAM ... #endif) guarantee to solve this problem.
History
Date User Action Args
2017-07-06 11:37:12signal1587setrecipients: + signal1587, christian.heimes
2017-07-06 11:37:12signal1587setmessageid: <1499341032.83.0.909280464114.issue30867@psf.upfronthosting.co.za>
2017-07-06 11:37:12signal1587linkissue30867 messages
2017-07-06 11:37:12signal1587create