mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Adapt to new PSA Crypto repo name
Patterns I looked for: grep -i "psa-crypto" grep -i "psa.*crypto.*repo" grep -i "psa.*crypto.*root" Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
* Include the build-time configuration information file. Here, we do not
|
||||
* include `"mbedtls/build_info.h"` directly but `"psa/build_info.h"`, which
|
||||
* is basically just an alias to it. This is to ease the maintenance of the
|
||||
* PSA cryptography repository which has a different build system and
|
||||
* TF-PSA-Crypto repository which has a different build system and
|
||||
* configuration.
|
||||
*/
|
||||
#include "psa/build_info.h"
|
||||
|
@ -44,7 +44,7 @@
|
||||
* Include the build-time configuration information file. Here, we do not
|
||||
* include `"mbedtls/build_info.h"` directly but `"psa/build_info.h"`, which
|
||||
* is basically just an alias to it. This is to ease the maintenance of the
|
||||
* PSA cryptography repository which has a different build system and
|
||||
* TF-PSA-Crypto repository which has a different build system and
|
||||
* configuration.
|
||||
*/
|
||||
#include "psa/build_info.h"
|
||||
|
Reference in New Issue
Block a user