Fix preprocessor conditional
This was intended as an if-else-if chain. Make it so. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
30e9f2a293
commit
36b9e47eed
1 changed files with 1 additions and 2 deletions
|
@ -67,8 +67,7 @@
|
|||
* likely remove the assembly implementation. */
|
||||
#if defined(MBEDTLS_HAVE_X86_64)
|
||||
#define MBEDTLS_AESNI_HAVE_CODE 1 // via assembly
|
||||
#endif
|
||||
#if defined(MBEDTLS_AESNI_HAVE_INTRINSICS)
|
||||
#elif defined(MBEDTLS_AESNI_HAVE_INTRINSICS)
|
||||
#define MBEDTLS_AESNI_HAVE_CODE 2 // via intrinsics
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue