From 6160783cc05769784781ecac7e04dbd4a15ad8f0 Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Tue, 31 Jul 2018 12:35:46 -0700 Subject: xen-vtpm : fix patch fuzz, whitespace-only change Signed-off-by: Christopher Clark Signed-off-by: Bruce Ashfield --- recipes-extended/xen/files/vtpm-deepquote-anyloc.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-extended/xen/files/vtpm-deepquote-anyloc.patch b/recipes-extended/xen/files/vtpm-deepquote-anyloc.patch index 7b37d512..b1cbf66e 100644 --- a/recipes-extended/xen/files/vtpm-deepquote-anyloc.patch +++ b/recipes-extended/xen/files/vtpm-deepquote-anyloc.patch @@ -101,16 +101,16 @@ index c0d62e7..6586c22 100644 - UINT32 *sigSize, BYTE **sig) + UINT32 extraInfoFlags, UINT32 *quote_blob_size, BYTE **quote_blob) { - TPM_RESULT res; - TPM_DIGEST hres; + TPM_RESULT res; + TPM_DIGEST hres; @@ -253,7 +254,7 @@ TPM_RESULT TPM_DeepQuote(TPM_NONCE *externalData, TPM_PCR_SELECTION *myPCR, - tpm_free(buf); + tpm_free(buf); - res = VTPM_GetParentQuote(&hres, ptPCR, sigSize, sig); + res = VTPM_GetParentQuote((TPM_NONCE*)&hres, ptPCR, extraInfoFlags, quote_blob_size, quote_blob); - return res; + return res; } diff --git a/tpm/tpm_marshalling.h b/tpm/tpm_marshalling.h index d510ebe..2e0c008 100644 -- cgit v1.2.3-54-g00ecf