Skip to content

Commit

Permalink
Fix regression on Windows ARM64 that didn't allow using any hash algo…
Browse files Browse the repository at this point in the history
…rithm
  • Loading branch information
idrassi committed Aug 8, 2021
1 parent 10fcfff commit 54cd2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DirHash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2287,7 +2287,7 @@ void LoadDefaults(ConfigParams& iniParams)

#if defined (_M_ARM64) || defined (_M_ARM)
// we always use Windows native crypto on ARM platform because OpenSSL is not optimized for such platforms
g_bUseMsCrypto = true;
iniParams.bUseMsCrypto = true;
#endif
}

Expand Down

0 comments on commit 54cd2a7

Please sign in to comment.