diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-02 15:05:10 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-02 15:47:43 -0600 |
| commit | 7f128f4639b6a14217780d69a0615b44d36f2f1b (patch) | |
| tree | bb124985a687040524cea1f6347737399cfdb948 /src/WixToolset.BootstrapperCore.Native | |
| parent | 227518090282bba4d973d4efe910623879218a62 (diff) | |
| download | wix-7f128f4639b6a14217780d69a0615b44d36f2f1b.tar.gz wix-7f128f4639b6a14217780d69a0615b44d36f2f1b.tar.bz2 wix-7f128f4639b6a14217780d69a0615b44d36f2f1b.zip | |
Use SHA512 instead of SHA1.
#3992
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native')
| -rw-r--r-- | src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h | 2 |
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 | |||
| 82 | enum BOOTSTRAPPER_UPDATE_HASH_TYPE | 82 | enum 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 | ||
| 88 | enum BOOTSTRAPPER_ENGINE_MESSAGE | 88 | enum BOOTSTRAPPER_ENGINE_MESSAGE |
