aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-03-02 15:05:10 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-03-02 15:47:43 -0600
commit7f128f4639b6a14217780d69a0615b44d36f2f1b (patch)
treebb124985a687040524cea1f6347737399cfdb948 /src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h
parent227518090282bba4d973d4efe910623879218a62 (diff)
downloadwix-7f128f4639b6a14217780d69a0615b44d36f2f1b.tar.gz
wix-7f128f4639b6a14217780d69a0615b44d36f2f1b.tar.bz2
wix-7f128f4639b6a14217780d69a0615b44d36f2f1b.zip
Use SHA512 instead of SHA1.
#3992
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h')
-rw-r--r--src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h
index 9642748b..c0e4ded1 100644
--- a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h
+++ b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h
@@ -82,7 +82,7 @@ enum BOOTSTRAPPER_LOG_LEVEL
82enum BOOTSTRAPPER_UPDATE_HASH_TYPE 82enum BOOTSTRAPPER_UPDATE_HASH_TYPE
83{ 83{
84 BOOTSTRAPPER_UPDATE_HASH_TYPE_NONE, 84 BOOTSTRAPPER_UPDATE_HASH_TYPE_NONE,
85 BOOTSTRAPPER_UPDATE_HASH_TYPE_SHA1, 85 BOOTSTRAPPER_UPDATE_HASH_TYPE_SHA512,
86}; 86};
87 87
88enum BOOTSTRAPPER_ENGINE_MESSAGE 88enum BOOTSTRAPPER_ENGINE_MESSAGE