New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OPENSSL_VERSION_1_1 never defined in _hashopenssl.c #78117
Labels
3.7
only security fixes
3.8
only security fixes
3.9
only security fixes
build
The build process and cross-build
extension-modules
C modules in the Modules dir
Comments
I'm getting a compile error in Modules/_hashopenssl.c because the file uses some pre-1.1.0 APIs even though I'm running OpenSSL 1.1.0. This is because this file doesn't define the OPENSSL_VERSION_1_1 macro, like Modules/_ssl.c does. |
Christian is this fixed? |
Yes, it's fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.7
only security fixes
3.8
only security fixes
3.9
only security fixes
build
The build process and cross-build
extension-modules
C modules in the Modules dir
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: