Deliberate ABI break

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2022-02-24 17:46:41 +01:00
parent 4579a972bf
commit 5ded7c9ebf
+1
View File
@@ -227,6 +227,7 @@ mbedtls_ecp_point;
typedef struct mbedtls_ecp_group
{
mbedtls_ecp_group_id id; /*!< An internal group identifier. */
int abi_change;
mbedtls_mpi P; /*!< The prime modulus of the base field. */
mbedtls_mpi A; /*!< For Short Weierstrass: \p A in the equation. For
Montgomery curves: <code>(A + 2) / 4</code>. */