mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
Fix include guards on auxiliary test function.
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
@@ -1220,9 +1220,7 @@ typedef enum {
|
|||||||
INJECT_ANTICIPATE_KEY_DERIVATION_2,
|
INJECT_ANTICIPATE_KEY_DERIVATION_2,
|
||||||
} ecjpake_injected_failure_t;
|
} ecjpake_injected_failure_t;
|
||||||
|
|
||||||
#if (defined(MBEDTLS_PSA_BUILTIN_ALG_ECDSA) || \
|
#if defined(MBEDTLS_ECP_RESTARTABLE)
|
||||||
defined(MBEDTLS_PSA_BUILTIN_ALG_DETERMINISTIC_ECDSA)) && \
|
|
||||||
defined(MBEDTLS_ECP_RESTARTABLE)
|
|
||||||
|
|
||||||
static void interruptible_signverify_get_minmax_completes(uint32_t max_ops,
|
static void interruptible_signverify_get_minmax_completes(uint32_t max_ops,
|
||||||
psa_status_t expected_status,
|
psa_status_t expected_status,
|
||||||
@@ -1248,9 +1246,7 @@ static void interruptible_signverify_get_minmax_completes(uint32_t max_ops,
|
|||||||
*max_completes = 1;
|
*max_completes = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif /* defined(MBEDTLS_PSA_BUILTIN_ALG_ECDSA) ||
|
#endif /* MBEDTLS_ECP_RESTARTABLE */
|
||||||
* defined(MBEDTLS_PSA_BUILTIN_ALG_DETERMINISTIC_ECDSA) &&
|
|
||||||
* defined( MBEDTLS_ECP_RESTARTABLE ) */
|
|
||||||
|
|
||||||
/* END_HEADER */
|
/* END_HEADER */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user