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,
|
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 */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue