mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-24 03:53:29 +01:00
Linux/MacOSX: fix missing namespace in call to Cipher::IsHwSupportEnabled
This commit is contained in:
parent
2be3b02002
commit
9efdf8ffca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user