Skip to content

Commit

Permalink
Merge pull request #533 from danielinux/update-wolfssl-5.7.6
Browse files Browse the repository at this point in the history
Update submodules to  wolfssl 5.7.6
  • Loading branch information
philljj authored Jan 3, 2025
2 parents 4a6d309 + 1468a92 commit bffc095
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions arch.mk
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ ifeq ($(ARCH),AARCH64)
endif
ifeq ($(NO_ARM_ASM),0)
ARCH_FLAGS=-mstrict-align
CFLAGS+=$(ARCH_FLAGS) -DWOLFSSL_ARMASM -DWOLFSSL_ARMASM_INLINE -DWC_HASH_DATA_ALIGNMENT=8
WOLFCRYPT_OBJS += lib/wolfssl/wolfcrypt/src/port/arm/armv8-sha256.o \
CFLAGS+=$(ARCH_FLAGS) -DWOLFSSL_ARMASM -DWOLFSSL_ARMASM_INLINE -DWC_HASH_DATA_ALIGNMENT=8 -DWOLFSSL_AARCH64_PRIVILEGE_MODE
WOLFCRYPT_OBJS += lib/wolfssl/wolfcrypt/src/cpuid.o \
lib/wolfssl/wolfcrypt/src/port/arm/armv8-sha256.o \
lib/wolfssl/wolfcrypt/src/port/arm/armv8-sha512.o \
lib/wolfssl/wolfcrypt/src/port/arm/armv8-aes.o \
lib/wolfssl/wolfcrypt/src/port/arm/armv8-sha512-asm_c.o \
Expand Down
2 changes: 1 addition & 1 deletion lib/wolfHSM
2 changes: 1 addition & 1 deletion lib/wolfssl
Submodule wolfssl updated 472 files

0 comments on commit bffc095

Please sign in to comment.