Added MSVC support for Argon2.

This commit is contained in:
XMRig
2019-08-17 04:01:53 +07:00
parent 9861f9eadd
commit e747f8b06c
13 changed files with 132 additions and 87 deletions

View File

@@ -43,7 +43,7 @@ bool xmrig::argon2::Impl::select(const String &nameHint)
{
if (!selected) {
if (nameHint.isEmpty() || argon2_select_impl_by_name(nameHint) == 0) {
argon2_select_impl(nullptr, nullptr);
argon2_select_impl();
}
selected = true;