mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Fix forgotten curves in #ifdef
This commit is contained in:
@ -88,7 +88,10 @@ static unsigned long add_count, dbl_count, mul_count;
|
||||
defined(POLARSSL_ECP_DP_SECP521R1_ENABLED) || \
|
||||
defined(POLARSSL_ECP_DP_BP256R1_ENABLED) || \
|
||||
defined(POLARSSL_ECP_DP_BP384R1_ENABLED) || \
|
||||
defined(POLARSSL_ECP_DP_BP512R1_ENABLED)
|
||||
defined(POLARSSL_ECP_DP_BP512R1_ENABLED) || \
|
||||
defined(POLARSSL_ECP_DP_SECP192K1_ENABLED) || \
|
||||
defined(POLARSSL_ECP_DP_SECP224K1_ENABLED) || \
|
||||
defined(POLARSSL_ECP_DP_SECP256K1_ENABLED)
|
||||
#define POLARSSL_ECP_SHORT_WEIERSTRASS
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user