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:
parent
45c4ff93c9
commit
76563399fd
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue