mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Linux/MacOSX: Complete the change of removal of AES-NI detection function done for Windows previously
This commit is contained in:
@@ -87,7 +87,7 @@ namespace VeraCrypt
|
|||||||
// Encryption
|
// Encryption
|
||||||
AesHwCpuSupportedStaticText->SetLabel (
|
AesHwCpuSupportedStaticText->SetLabel (
|
||||||
#ifdef TC_AES_HW_CPU
|
#ifdef TC_AES_HW_CPU
|
||||||
(is_aes_hw_cpu_supported() ? LangString["UISTR_YES"] : LangString["UISTR_NO"]));
|
(HasAESNI() ? LangString["UISTR_YES"] : LangString["UISTR_NO"]));
|
||||||
#else
|
#else
|
||||||
LangString["NOT_APPLICABLE_OR_NOT_AVAILABLE"]);
|
LangString["NOT_APPLICABLE_OR_NOT_AVAILABLE"]);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user