From 5c46a8a560d62f560cd361fb9d88ac8e02c07e8b Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 14 Nov 2024 13:35:51 +0200 Subject: [PATCH] Adjust patch level Signed-off-by: David Abdurachmanov --- 0001-riscv-workarounds-for-timing.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/0001-riscv-workarounds-for-timing.patch b/0001-riscv-workarounds-for-timing.patch index 78dc69e..c0e993f 100644 --- a/0001-riscv-workarounds-for-timing.patch +++ b/0001-riscv-workarounds-for-timing.patch @@ -7,10 +7,10 @@ All current boards are too slow to deliver required timing. Signed-off-by: David Abdurachmanov -diff --git a/nss/tests/dbtests/dbtests.sh b/nss/tests/dbtests/dbtests.sh +diff --git a/tests/dbtests/dbtests.sh b/tests/dbtests/dbtests.sh index c82ea85..067b40d 100755 ---- a/nss/tests/dbtests/dbtests.sh -+++ b/nss/tests/dbtests/dbtests.sh +--- a/tests/dbtests/dbtests.sh ++++ b/tests/dbtests/dbtests.sh @@ -366,7 +366,7 @@ dbtest_main() RARRAY=($dtime) TIMEARRAY=(${RARRAY[1]//./ }) @@ -20,10 +20,10 @@ index c82ea85..067b40d 100755 ret=$? html_msg ${ret} 0 "certutil dump keys with explicit default trust flags" fi -diff --git a/nss/tests/sdr/sdr.sh b/nss/tests/sdr/sdr.sh +diff --git a/tests/sdr/sdr.sh b/tests/sdr/sdr.sh index a934460..e7024d2 100755 ---- a/nss/tests/sdr/sdr.sh -+++ b/nss/tests/sdr/sdr.sh +--- a/tests/sdr/sdr.sh ++++ b/tests/sdr/sdr.sh @@ -146,7 +146,7 @@ sdr_main() RARRAY=($dtime) TIMEARRAY=(${RARRAY[1]//./ })