mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Linux/MacOSX: fix missing namespace in call to Cipher::IsHwSupportEnabled
This commit is contained in:
@@ -35,7 +35,7 @@ extern "C" int IsAesHwCpuSupported ()
|
|||||||
state = g_hasAESNI ? true : false;
|
state = g_hasAESNI ? true : false;
|
||||||
stateValid = true;
|
stateValid = true;
|
||||||
}
|
}
|
||||||
return state && Cipher::IsHwSupportEnabled();
|
return state && VeraCrypt::Cipher::IsHwSupportEnabled();
|
||||||
#else
|
#else
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user