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;
|
||||
stateValid = true;
|
||||
}
|
||||
return state && Cipher::IsHwSupportEnabled();
|
||||
return state && VeraCrypt::Cipher::IsHwSupportEnabled();
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user