mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-08-22 19:04:35 +00:00

Older versions of libtpms need to have another patch applied that disables x509 certificate creation (0013-Disable-x509-test-cases-part2.patch). Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
26 lines
552 B
Diff
26 lines
552 B
Diff
From 2902b8dffe585361362d3beee0771cd6bb571bc2 Mon Sep 17 00:00:00 2001
|
|
From: Stefan Berger <stefanb@linux.ibm.com>
|
|
Date: Wed, 10 May 2023 18:17:23 -0400
|
|
Subject: [PATCH 12/13] Disable Nuvoton commands
|
|
|
|
---
|
|
utils/regtests/testntc.sh | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/utils/regtests/testntc.sh b/utils/regtests/testntc.sh
|
|
index 065af7f..f7bb67e 100755
|
|
--- a/utils/regtests/testntc.sh
|
|
+++ b/utils/regtests/testntc.sh
|
|
@@ -44,6 +44,8 @@ echo ""
|
|
echo "Nuvoton Commands"
|
|
echo ""
|
|
|
|
+exit 0
|
|
+
|
|
# help
|
|
|
|
echo "Preconfig Help"
|
|
--
|
|
2.39.1
|
|
|