Skip to content

python3: remove `-Werror=implicit-function-declaration` flag detection

Our OpenSSL ends up triggering bogus logic in the _ssl module's feature availability detection leaving us with an error of this case. Anyone still using SSLv2 or SSLv3 deserves the crashes that probably result from this code in this configuration.

Merge request reports