Fix LMS and LMOTS test dependencies

Mark them as depending on PSA_WANT_ALG_SHA256 so that
test_depends_hashes_psa doesn't fail

Signed-off-by: Raef Coles <raef.coles@arm.com>
This commit is contained in:
Raef Coles 2022-10-12 15:50:57 +01:00
parent 45c4ff93c9
commit 76563399fd
No known key found for this signature in database
GPG key ID: 1AAF1B43DF2086F4
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ int check_lmots_private_key_for_leak(unsigned char * sig)
/* END_HEADER */
/* BEGIN_DEPENDENCIES
* depends_on:MBEDTLS_LMS_C
* depends_on:MBEDTLS_LMS_C:PSA_WANT_ALG_SHA_256
* END_DEPENDENCIES
*/

View file

@ -4,7 +4,7 @@
/* END_HEADER */
/* BEGIN_DEPENDENCIES
* depends_on:MBEDTLS_LMS_C
* depends_on:MBEDTLS_LMS_C:PSA_WANT_ALG_SHA_256
* END_DEPENDENCIES
*/