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/engine/userexperience.cpp | |
| 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/engine/userexperience.cpp')
| -rw-r--r-- | src/engine/userexperience.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/userexperience.cpp b/src/engine/userexperience.cpp index 84e88718..40a30c5d 100644 --- a/src/engine/userexperience.cpp +++ b/src/engine/userexperience.cpp | |||
| @@ -111,7 +111,7 @@ extern "C" HRESULT UserExperienceLoad( | |||
| 111 | args.pCommand = pCommand; | 111 | args.pCommand = pCommand; |
| 112 | args.pfnBootstrapperEngineProc = EngineForApplicationProc; | 112 | args.pfnBootstrapperEngineProc = EngineForApplicationProc; |
| 113 | args.pvBootstrapperEngineProcContext = pEngineContext; | 113 | args.pvBootstrapperEngineProcContext = pEngineContext; |
| 114 | args.qwEngineAPIVersion = MAKEQWORDVERSION(2021, 2, 24, 0); | 114 | args.qwEngineAPIVersion = MAKEQWORDVERSION(2021, 3, 2, 0); |
| 115 | 115 | ||
| 116 | results.cbSize = sizeof(BOOTSTRAPPER_CREATE_RESULTS); | 116 | results.cbSize = sizeof(BOOTSTRAPPER_CREATE_RESULTS); |
| 117 | 117 | ||
