Fix some aarch64 build issues

This commit is contained in:
Justine Tunney 2023-07-08 10:47:45 -07:00
parent 9ae230afad
commit 1cc8ff6a55
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 4 additions and 0 deletions

View file

@ -102,8 +102,11 @@
*/
#define MBEDTLS_AESNI_C
#define MBEDTLS_AESCE_C
#ifdef __x86_64__
#define MBEDTLS_HAVE_X86_64
#define MBEDTLS_HAVE_SSE2
#endif
#ifndef TINY
/*