Update requires for MBEDTLS_PSA_CRYPTO_DRIVERS

In order to test various PSA crypto settings the Requires section
needed updating to require MBEDTLS_PSA_CRYPTO_C or
MBEDTLS_PSA_CRYPTO_CONFIG.

Signed-off-by: John Durkop <john.durkop@fermatsoftware.com>
This commit is contained in:
John Durkop 2020-09-17 23:13:42 -07:00
parent 6e33dbe9fd
commit 7758c858ae

View File

@ -1330,7 +1330,7 @@
*
* Enable support for the experimental PSA crypto driver interface.
*
* Requires: MBEDTLS_PSA_CRYPTO_C.
* Requires: MBEDTLS_PSA_CRYPTO_C or MBEDTLS_PSA_CRYPTO_CONFIG
*
* \warning This interface is experimental and may change or be removed
* without notice.