From 0e3f4c40e3b1c5d8958148b079d4e9c6ae60ae69 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 18 Jun 2020 16:41:24 +0200 Subject: Windows: remove duplicated function to detect AES-NI support in CPU --- src/Crypto/Aes_hw_cpu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Crypto/Aes_hw_cpu.h') diff --git a/src/Crypto/Aes_hw_cpu.h b/src/Crypto/Aes_hw_cpu.h index 8977cbc0..b294e2ee 100644 --- a/src/Crypto/Aes_hw_cpu.h +++ b/src/Crypto/Aes_hw_cpu.h @@ -20,7 +20,9 @@ extern "C" { #endif +#if defined (TC_WINDOWS_BOOT) byte is_aes_hw_cpu_supported (); +#endif void aes_hw_cpu_enable_sse (); void aes_hw_cpu_decrypt (const byte *ks, byte *data); void aes_hw_cpu_decrypt_32_blocks (const byte *ks, byte *data); -- cgit v1.2.3