Commit 50ac563292 for strongswan.org

commit 50ac563292accebdc36e8fb1e34f52ce00b234bd
Author: Tobias Brunner <tobias@strongswan.org>
Date:   Thu Jul 23 15:21:21 2026 +0200

    tpm-tss-trousers: Add missing log argument if AIK private key is not found

diff --git a/src/libtpmtss/tpm_tss_trousers.c b/src/libtpmtss/tpm_tss_trousers.c
index 8c3541eb4d..340da3e626 100644
--- a/src/libtpmtss/tpm_tss_trousers.c
+++ b/src/libtpmtss/tpm_tss_trousers.c
@@ -515,7 +515,8 @@ METHOD(tpm_tss_t, quote, bool,

 	if (aik_blob.len == 0)
 	{
-		DBG1(DBG_PTS, "%s AIK private key for handle 0x%80x not found", LABEL);
+		DBG1(DBG_PTS, "%s AIK private key for handle 0x%80x not found", LABEL,
+			 aik_handle);
 		return FALSE;
 	}
 	result = Tspi_Context_LoadKeyByBlob(this->hContext, hSRK, aik_blob.len,