mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-03 01:37:50 +00:00
Fix missing dependency declaration in test
muladd() (restartable or not) is only available when at least one short weirstrass curve is enabled. Found by depends.py curves in development. Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
This commit is contained in:
@@ -513,7 +513,7 @@ exit:
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_ECP_RESTARTABLE */
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_ECP_RESTARTABLE:MBEDTLS_ECP_SHORT_WEIERSTRASS_ENABLED */
|
||||
void ecp_muladd_restart( int id, char *xR_str, char *yR_str,
|
||||
char *u1_str, char *u2_str,
|
||||
char *xQ_str, char *yQ_str,
|
||||
|
||||
Reference in New Issue
Block a user