From 8e8c6777847825c5067b171c2e4ac8b33fe0d6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Hor=C3=A1=C4=8Dek?= Date: Sun, 1 May 2022 19:33:02 +0200 Subject: [PATCH 1/4] tss: Add missing parameter union members MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Štěpán Horáček --- utils/ibmtss/Parameters.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/ibmtss/Parameters.h b/utils/ibmtss/Parameters.h index 98a04ff..5b6c29a 100644 --- a/utils/ibmtss/Parameters.h +++ b/utils/ibmtss/Parameters.h @@ -182,6 +182,7 @@ typedef union { ActivateCredential_In ActivateCredential; CertifyCreation_In CertifyCreation; + CertifyX509_In CertifyX509; Certify_In Certify; ChangeEPS_In ChangeEPS; ChangePPS_In ChangePPS; @@ -313,6 +314,7 @@ typedef union { ActivateCredential_Out ActivateCredential; CertifyCreation_Out CertifyCreation; + CertifyX509_Out CertifyX509; Certify_Out Certify; Commit_Out Commit; ContextLoad_Out ContextLoad; -- 2.34.3