diff options
Diffstat (limited to 'src/WixToolset.Core.Burn/Bundles/BundleHashAlgorithm.cs')
| -rw-r--r-- | src/WixToolset.Core.Burn/Bundles/BundleHashAlgorithm.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.Burn/Bundles/BundleHashAlgorithm.cs b/src/WixToolset.Core.Burn/Bundles/BundleHashAlgorithm.cs index 3a71ed4c..3b4a4156 100644 --- a/src/WixToolset.Core.Burn/Bundles/BundleHashAlgorithm.cs +++ b/src/WixToolset.Core.Burn/Bundles/BundleHashAlgorithm.cs | |||
| @@ -12,7 +12,7 @@ namespace WixToolset.Core.Burn.Bundles | |||
| 12 | { | 12 | { |
| 13 | byte[] hashBytes; | 13 | byte[] hashBytes; |
| 14 | 14 | ||
| 15 | using (var managed = new SHA1Managed()) | 15 | using (var managed = new SHA512CryptoServiceProvider()) |
| 16 | using (var stream = fileInfo.OpenRead()) | 16 | using (var stream = fileInfo.OpenRead()) |
| 17 | { | 17 | { |
| 18 | hashBytes = managed.ComputeHash(stream); | 18 | hashBytes = managed.ComputeHash(stream); |
