1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-05 19:35:48 +03:00

Update path to demo_common.sh

This commit updates the path to demo_common.sh as it has been moved into
MbedTLS Framework.

Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
Harry Ramsey
2025-02-17 20:56:22 +00:00
parent d621d344c3
commit 4e1a12e13a
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
# Copyright The Mbed TLS Contributors # Copyright The Mbed TLS Contributors
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
. "${0%/*}/../demo_common.sh" . "${0%/*}/../../framework/scripts/demo_common.sh"
msg <<'EOF' msg <<'EOF'
This script demonstrates the use of the PSA cryptography interface to This script demonstrates the use of the PSA cryptography interface to

View File

@@ -3,7 +3,7 @@
# Copyright The Mbed TLS Contributors # Copyright The Mbed TLS Contributors
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
. "${0%/*}/../demo_common.sh" . "${0%/*}/../../framework/scripts/demo_common.sh"
msg <<'EOF' msg <<'EOF'
This program demonstrates the use of the PSA cryptography interface to This program demonstrates the use of the PSA cryptography interface to