mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
OE10 and OE13 ACVP updates for armv8 PAA
This commit is contained in:
@ -247,9 +247,11 @@ endif
|
|||||||
if BUILD_SP_ARM_THUMB
|
if BUILD_SP_ARM_THUMB
|
||||||
src_libwolfssl_la_SOURCES += wolfcrypt/src/sp_armthumb.c
|
src_libwolfssl_la_SOURCES += wolfcrypt/src/sp_armthumb.c
|
||||||
endif
|
endif
|
||||||
|
if !BUILD_FIPS_V2
|
||||||
if BUILD_SP_ARM64
|
if BUILD_SP_ARM64
|
||||||
src_libwolfssl_la_SOURCES += wolfcrypt/src/sp_arm64.c
|
src_libwolfssl_la_SOURCES += wolfcrypt/src/sp_arm64.c
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
if BUILD_SP_INT
|
if BUILD_SP_INT
|
||||||
src_libwolfssl_la_SOURCES += wolfcrypt/src/sp_int.c
|
src_libwolfssl_la_SOURCES += wolfcrypt/src/sp_int.c
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user