1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Merge pull request #7997 from yanesca/fix_new_bignum_tests

Fix new bignum tests
This commit is contained in:
Gilles Peskine
2023-08-01 12:09:39 +00:00
committed by GitHub
4 changed files with 20 additions and 11 deletions

View File

@ -40,11 +40,6 @@ typedef enum {
MBEDTLS_ECP_MOD_SCALAR
} mbedtls_ecp_modulus_type;
/* Provide a commented-out definition so that `check_names.py` knows that
* it's not a typo.
*/
//#define MBEDTLS_ECP_WITH_MPI_UINT
typedef enum {
MBEDTLS_ECP_VARIANT_NONE = 0,
MBEDTLS_ECP_VARIANT_WITH_MPI_STRUCT,