mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-16 07:19:54 +00:00
Fix some compile time guards
Signed-off-by: Janos Follath <[email protected]>
This commit is contained in:
+1
-1
@@ -458,7 +458,7 @@ const size_t mbedtls_test_cas_der_len[] = {
|
||||
sizeof(mbedtls_test_ca_crt_rsa_sha1_der),
|
||||
#endif /* PSA_WANT_ALG_SHA_1 */
|
||||
#endif /* MBEDTLS_RSA_C */
|
||||
#if defined(PSA_HAVE_ALG_SOME_ECDSA)
|
||||
#if defined(PSA_HAVE_ALG_SOME_ECDSA) && defined(PSA_WANT_ECC_SECP_R1_384)
|
||||
sizeof(mbedtls_test_ca_crt_ec_der),
|
||||
#endif /* PSA_HAVE_ALG_SOME_ECDSA */
|
||||
0
|
||||
|
||||
Reference in New Issue
Block a user