Fix include guards on auxiliary test function.
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
724bd25f4b
commit
01885fa5e5
1 changed files with 2 additions and 6 deletions
|
@ -1220,9 +1220,7 @@ typedef enum {
|
|||
INJECT_ANTICIPATE_KEY_DERIVATION_2,
|
||||
} ecjpake_injected_failure_t;
|
||||
|
||||
#if (defined(MBEDTLS_PSA_BUILTIN_ALG_ECDSA) || \
|
||||
defined(MBEDTLS_PSA_BUILTIN_ALG_DETERMINISTIC_ECDSA)) && \
|
||||
defined(MBEDTLS_ECP_RESTARTABLE)
|
||||
#if defined(MBEDTLS_ECP_RESTARTABLE)
|
||||
|
||||
static void interruptible_signverify_get_minmax_completes(uint32_t max_ops,
|
||||
psa_status_t expected_status,
|
||||
|
@ -1248,9 +1246,7 @@ static void interruptible_signverify_get_minmax_completes(uint32_t max_ops,
|
|||
*max_completes = 1;
|
||||
}
|
||||
}
|
||||
#endif /* defined(MBEDTLS_PSA_BUILTIN_ALG_ECDSA) ||
|
||||
* defined(MBEDTLS_PSA_BUILTIN_ALG_DETERMINISTIC_ECDSA) &&
|
||||
* defined( MBEDTLS_ECP_RESTARTABLE ) */
|
||||
#endif /* MBEDTLS_ECP_RESTARTABLE */
|
||||
|
||||
/* END_HEADER */
|
||||
|
||||
|
|
Loading…
Reference in a new issue