aboutsummaryrefslogtreecommitdiff
path: root/src/engine/payload.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/engine/payload.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/engine/payload.h b/src/engine/payload.h
index 0c7b68e4..e8639d64 100644
--- a/src/engine/payload.h
+++ b/src/engine/payload.h
@@ -35,11 +35,6 @@ typedef struct _BURN_PAYLOAD
35 DWORD64 qwFileSize; 35 DWORD64 qwFileSize;
36 LPWSTR sczFilePath; // file path relative to the execute location 36 LPWSTR sczFilePath; // file path relative to the execute location
37 37
38 BURN_CATALOG *pCatalog; // used to verify this payload
39 BYTE* pbCertificateRootPublicKeyIdentifier;
40 DWORD cbCertificateRootPublicKeyIdentifier;
41 BYTE* pbCertificateRootThumbprint;
42 DWORD cbCertificateRootThumbprint;
43 BYTE* pbHash; 38 BYTE* pbHash;
44 DWORD cbHash; 39 DWORD cbHash;
45 40
@@ -64,7 +59,6 @@ typedef struct _BURN_PAYLOADS
64HRESULT PayloadsParseFromXml( 59HRESULT PayloadsParseFromXml(
65 __in BURN_PAYLOADS* pPayloads, 60 __in BURN_PAYLOADS* pPayloads,
66 __in_opt BURN_CONTAINERS* pContainers, 61 __in_opt BURN_CONTAINERS* pContainers,
67 __in_opt BURN_CATALOGS* pCatalogs,
68 __in IXMLDOMNode* pixnBundle 62 __in IXMLDOMNode* pixnBundle
69 ); 63 );
70void PayloadsUninitialize( 64void PayloadsUninitialize(