[issue38137] hashopenssl fails to compile on MacOS

2020-12-12 Thread Christian Heimes
Christian Heimes added the comment: I don't have access to macOS. Did the PR fix the issue? -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue38137] hashopenssl fails to compile on MacOS

2020-12-12 Thread Ronald Oussoren
Change by Ronald Oussoren : -- components: +macOS nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue38137] hashopenssl fails to compile on MacOS

2020-12-12 Thread Ronald Oussoren
Ronald Oussoren added the comment: can this issue be closed? -- nosy: +ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list

[issue38137] hashopenssl fails to compile on MacOS

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 36c29e444d6bc0e31b46509610d3fb7cff74f2c2 by Miss Islington (bot) (Stéphane Wirtel) in branch '3.8': [3.8] bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051) (GH-16057)

[issue38137] hashopenssl fails to compile on MacOS

2019-09-12 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- pull_requests: +15680 pull_request: https://github.com/python/cpython/pull/16057 ___ Python tracker ___

[issue38137] hashopenssl fails to compile on MacOS

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 9a4963b932a087b78596cca0b8394ac898faa490 by Miss Islington (bot) (Christian Heimes) in branch 'master': bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051) https://github.com/python/cpython/commit/9a4963b932a087b78596cca0b8394ac898faa490

[issue38137] hashopenssl fails to compile on MacOS

2019-09-12 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +15675 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16051 ___ Python tracker

[issue38137] hashopenssl fails to compile on MacOS

2019-09-12 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : I get this when compiling CPython master Users/pgalindo3/github/cpython/Modules/_hashopenssl.c:89:19: error: implicit declaration of function 'EVP_MD_CTX_new' is invalid in C99 [-Werror,-Wimplicit-function-declaration] retval->ctx =