New submission from Björn Pollex :
When building Python 3.7.2 using pyenv on MacOS, it will use `--with-openssl`
to configure OpenSSL. With that option, the compiler options for OpenSSL will
be passed via `OPENSSL_*` variables, rather than normal compiler flags (e.g.
`OPENSSL_LDFLAGS` vs
Change by Björn Pollex :
--
assignee: -> christian.heimes
components: +Extension Modules, SSL, macOS
nosy: +christian.heimes, ned.deily, ronaldoussoren
___
Python tracker
<https://bugs.python.org/issu
Björn Pollex added the comment:
Thanks for the response, that clarifies it! In that case this issue is invalid.
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or