summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2018-07-31 12:35:46 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-08-02 22:57:14 -0400
commit6160783cc05769784781ecac7e04dbd4a15ad8f0 (patch)
treed6e074f3c688bf42ca150b440953cefecd10a45c
parentc5d44796981afb32cad6c685cde6d6175423c4d7 (diff)
downloadmeta-virtualization-6160783cc05769784781ecac7e04dbd4a15ad8f0.tar.gz
xen-vtpm : fix patch fuzz, whitespace-only change
Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/xen/files/vtpm-deepquote-anyloc.patch8
1 files 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
101- UINT32 *sigSize, BYTE **sig) 101- UINT32 *sigSize, BYTE **sig)
102+ UINT32 extraInfoFlags, UINT32 *quote_blob_size, BYTE **quote_blob) 102+ UINT32 extraInfoFlags, UINT32 *quote_blob_size, BYTE **quote_blob)
103 { 103 {
104 TPM_RESULT res; 104 TPM_RESULT res;
105 TPM_DIGEST hres; 105 TPM_DIGEST hres;
106@@ -253,7 +254,7 @@ TPM_RESULT TPM_DeepQuote(TPM_NONCE *externalData, TPM_PCR_SELECTION *myPCR, 106@@ -253,7 +254,7 @@ TPM_RESULT TPM_DeepQuote(TPM_NONCE *externalData, TPM_PCR_SELECTION *myPCR,
107 107
108 tpm_free(buf); 108 tpm_free(buf);
109 109
110- res = VTPM_GetParentQuote(&hres, ptPCR, sigSize, sig); 110- res = VTPM_GetParentQuote(&hres, ptPCR, sigSize, sig);
111+ res = VTPM_GetParentQuote((TPM_NONCE*)&hres, ptPCR, extraInfoFlags, quote_blob_size, quote_blob); 111+ res = VTPM_GetParentQuote((TPM_NONCE*)&hres, ptPCR, extraInfoFlags, quote_blob_size, quote_blob);
112 112
113 return res; 113 return res;
114 } 114 }
115diff --git a/tpm/tpm_marshalling.h b/tpm/tpm_marshalling.h 115diff --git a/tpm/tpm_marshalling.h b/tpm/tpm_marshalling.h
116index d510ebe..2e0c008 100644 116index d510ebe..2e0c008 100644