mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-13 01:52:50 -05:00
Added MSVC support for Argon2.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user