Skip to content

Commit 29eb80d

Browse files
Remove some spurious dependencies on MBEDTLS_SHA256_C
1 parent fa710f5 commit 29eb80d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/suites/test_suite_psa_crypto.data

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -775,15 +775,12 @@ PSA hash finish: bad arguments
775775
hash_finish_bad_args:
776776

777777
PSA hash compute: bad algorithm (unknown hash)
778-
depends_on:MBEDTLS_SHA256_C
779778
hash_compute_fail:PSA_ALG_CATEGORY_HASH:"":32:PSA_ERROR_NOT_SUPPORTED
780779

781780
PSA hash compute: bad algorithm (wildcard)
782-
depends_on:MBEDTLS_SHA256_C
783781
hash_compute_fail:PSA_ALG_ANY_HASH:"":32:PSA_ERROR_NOT_SUPPORTED
784782

785783
PSA hash compute: bad algorithm (not a hash)
786-
depends_on:MBEDTLS_SHA256_C
787784
hash_compute_fail:PSA_ALG_HMAC(PSA_ALG_SHA_256):"":32:PSA_ERROR_INVALID_ARGUMENT
788785

789786
PSA hash compute: output buffer too small

0 commit comments

Comments
 (0)