Merge verification policies together
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/include/psa/crypto.h b/include/psa/crypto.h
index fdab2b1..b92d194 100644
--- a/include/psa/crypto.h
+++ b/include/psa/crypto.h
@@ -3724,7 +3724,7 @@
* \param[in,out] operation The key derivation operation object to read from.
* \param[in] expected A key of type #PSA_KEY_TYPE_RAW_DATA containing
* the expected output. Its policy must include the
- * #PSA_KEY_USAGE_PASSWORD_HASH_VERIFIER flag.
+ * #PSA_KEY_USAGE_VERIFY_DERIVATION flag.
* The value of this key was likely computed by a
* previous call to psa_key_derivation_output_key().
*