Fix typo on macro name

This commit is contained in:
Koji Takeda
2026-07-03 10:00:57 +09:00
parent 4de819075f
commit be445e1382
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1136,7 +1136,6 @@ __XTENSA__
__ZEPHYR__
__aarch64__
__alpha__
__arch64__
__arm__
__clang__
__clang_major__
+1 -1
View File
@@ -105,7 +105,7 @@
/* Macros Definitions */
#ifndef WOLFSSL_MLDSA_ALIGNMENT
#if defined(__arch64__)
#if defined(__aarch64__)
#define WOLFSSL_MLDSA_ALIGNMENT 8
#elif defined(__arm__)
#define WOLFSSL_MLDSA_ALIGNMENT 4