1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

MacOSX: Make AESNI availability linked to compiler target and not compilation host

This commit is contained in:
Mounir IDRASSI
2021-08-15 23:00:31 +02:00
parent 8ae5a715d6
commit d448713e61
3 changed files with 4 additions and 9 deletions

View File

@@ -209,6 +209,7 @@ extern "C" {
#endif
#define CRYPTOPP_CPUID_AVAILABLE
#define TC_AES_HW_CPU
// these should not be used directly
extern volatile int g_x86DetectionDone;