mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-04 02:52:38 -04:00
6 lines
272 B
Plaintext
6 lines
272 B
Plaintext
Default behavior changes
|
|
* In a PSA-client-only build (i.e. MBEDTLS_PSA_CRYPTO_CLIENT &&
|
|
!MBEDTLS_PSA_CRYPTO_C), do not automatically enable local crypto when the
|
|
corresponding PSA mechanism is enabled, since the server provides the
|
|
crypto. Fixes #9126.
|