Fix closing comment to match opening guard

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard 2024-04-03 10:06:10 +02:00
parent 0a4ffa4c3e
commit f53112e98b

View File

@ -768,7 +768,7 @@ static int smoke_test_key(mbedtls_svc_key_id_t key)
}
#else
(void) derivation_operation;
#endif /* PSA_WANT_ALG_SHA_256 && PSA_WANT_ALG_HKDF */
#endif /* PSA_WANT_ALG_SHA_256 && MBEDTLS_PSA_BUILTIN_ALG_HKDF */
ok = 1;