From 4e1a12e13a35eb40180f096f1342d12a83b46e63 Mon Sep 17 00:00:00 2001 From: Harry Ramsey Date: Mon, 17 Feb 2025 20:56:22 +0000 Subject: [PATCH] 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 --- programs/psa/key_ladder_demo.sh | 2 +- programs/psa/psa_hash_demo.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/psa/key_ladder_demo.sh b/programs/psa/key_ladder_demo.sh index e55da7ead8..e3afb66303 100755 --- a/programs/psa/key_ladder_demo.sh +++ b/programs/psa/key_ladder_demo.sh @@ -3,7 +3,7 @@ # Copyright The Mbed TLS Contributors # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later -. "${0%/*}/../demo_common.sh" +. "${0%/*}/../../framework/scripts/demo_common.sh" msg <<'EOF' This script demonstrates the use of the PSA cryptography interface to diff --git a/programs/psa/psa_hash_demo.sh b/programs/psa/psa_hash_demo.sh index a26697cfe6..c2cc87a6bd 100755 --- a/programs/psa/psa_hash_demo.sh +++ b/programs/psa/psa_hash_demo.sh @@ -3,7 +3,7 @@ # Copyright The Mbed TLS Contributors # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later -. "${0%/*}/../demo_common.sh" +. "${0%/*}/../../framework/scripts/demo_common.sh" msg <<'EOF' This program demonstrates the use of the PSA cryptography interface to