We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cryptography fails to build with compiler errors when compiled against an OpenSSL that has Certificate Transparency (CT) disabled.
Build warnings/error summary:
error: use of undeclared identifier 'SCT_*'
error: use of undeclared identifier 'CT_LOG_*'
warning: implicit declaration of function 'SCT_*' is invalid in C99
build/temp.freebsd-13.0-CURRENT-amd64-3.7/_openssl.c:33416:8: error: unknown type name 'ct_log_entry_type_t' static ct_log_entry_type_t _cffi_d_SCT_get_log_entry_type(SCT const * x0) ^
Reproduction Environment:
CT
./configure: --openssldir=/usr/local/openssl --prefix=/usr/local no-ct
Full build log attached:
cryptography-2.8-no-CT-build-failure.log
The text was updated successfully, but these errors were encountered:
This and #5113 are related in that they're configs we don't support right now and maybe should.
Sorry, something went wrong.
(Closing this to track "unsupported configs" in #5113)
No branches or pull requests
cryptography fails to build with compiler errors when compiled against an OpenSSL that has Certificate Transparency (CT) disabled.
Build warnings/error summary:
error: use of undeclared identifier 'SCT_*'
error: use of undeclared identifier 'CT_LOG_*'
warning: implicit declaration of function 'SCT_*' is invalid in C99
Reproduction Environment:
CT
option disabled)./configure: --openssldir=/usr/local/openssl --prefix=/usr/local no-ct
Full build log attached:
cryptography-2.8-no-CT-build-failure.log
The text was updated successfully, but these errors were encountered: