Merge pull request #3716 from kaleb-himes/OE10_ACVP_OE13_ACVP_WPAA

OE10 and OE13 ACVP updates for armv8 PAA
pull/3713/head
toddouska 2021-02-09 14:50:42 -08:00 committed by GitHub
commit 9a7aba265a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -247,9 +247,11 @@ endif
if BUILD_SP_ARM_THUMB
src_libwolfssl_la_SOURCES += wolfcrypt/src/sp_armthumb.c
endif
if !BUILD_FIPS_V2
if BUILD_SP_ARM64
src_libwolfssl_la_SOURCES += wolfcrypt/src/sp_arm64.c
endif
endif
if BUILD_SP_INT
src_libwolfssl_la_SOURCES += wolfcrypt/src/sp_int.c
endif