Changes by signal1587 :
--
title: Add necessary macro that insure `HAVE_OPENSSL_VERIFY_PARAM` to avoid
invalid function declaration -> Add macro `HAVE_OPENSSL_VERIFY_PARAM` to avoid
invalid function declaration
___
Python tracker
&l
Changes by signal1587 :
--
title: Add necessary macro that insure`HAVE_OPENSSL_VERIFY_PARAM` to avoid
invalid function declaration -> Add necessary macro that insure
`HAVE_OPENSSL_VERIFY_PARAM` to avoid invalid function declaration
___
Pyt
Changes by signal1587 :
--
title: Add necessary macro `HAVE_OPENSSL_VERIFY_PARAM` to avoid invalid
declaration -> Add necessary macro that insure`HAVE_OPENSSL_VERIFY_PARAM` to
avoid invalid function declaration
___
Python tracker
&l
New submission from signal1587:
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 implementat