1.1.1 build is broken #12432
Closed
1.1.1 build is broken #12432
Labels
Comments
romen
added a commit
to romen/openssl
that referenced
this issue
Jul 13, 2020
Backport of openssl#12096 to 1.1.1 broke the build as the following functions are missing: const BIGNUM *EC_GROUP_get0_field(const EC_GROUP *group); int EC_GROUP_get_field_type(const EC_GROUP *group); Turns out that for the purposes of the test code, we don't really need to differentiate between prime and binary fields, and we can directly use the existing `EC_GROUP_get_degree()` in the same fashion as was being done for binary fields also for prime fields. Fixes openssl#12432
This was referenced Jul 13, 2020
openssl-machine
pushed a commit
that referenced
this issue
Jul 14, 2020
Backport of #12096 to 1.1.1 broke the build as the following functions are missing: const BIGNUM *EC_GROUP_get0_field(const EC_GROUP *group); int EC_GROUP_get_field_type(const EC_GROUP *group); Turns out that for the purposes of the test code, we don't really need to differentiate between prime and binary fields, and we can directly use the existing `EC_GROUP_get_degree()` in the same fashion as was being done for binary fields also for prime fields. Fixes #12432 Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from #12433)
|
Fixed by:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Backport of #12096 to
1.1.1broke the build as the following functions are missing:This was also reported on openssl-users.
The text was updated successfully, but these errors were encountered: