File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1298,9 +1298,7 @@ endif
12981298endif !BUILD_FIPS_V6
12991299
13001300if BUILD_FEMATH
1301- if BUILD_CURVE25519_SMALL
13021301src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/fe_low_mem.c
1303- else
13041302if BUILD_CURVE25519_INTELASM
13051303if !BUILD_X86_ASM
13061304src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/fe_x25519_asm.S
@@ -1356,13 +1354,10 @@ else
13561354src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/fe_operations.c
13571355endif !BUILD_ARMASM
13581356endif !BUILD_CURVE25519_INTELASM
1359- endif !BUILD_CURVE25519_SMALL
13601357endif BUILD_FEMATH
13611358
13621359if BUILD_GEMATH
1363- if BUILD_ED25519_SMALL
13641360src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/ge_low_mem.c
1365- else
13661361src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/ge_operations.c
13671362if !BUILD_FEMATH
13681363if BUILD_CURVE25519_INTELASM
@@ -1401,7 +1396,6 @@ endif !BUILD_ARMASM
14011396endif !BUILD_FIPS_V6
14021397endif !BUILD_CURVE25519_INTELASM
14031398endif !BUILD_FEMATH
1404- endif !BUILD_ED25519_SMALL
14051399endif BUILD_GEMATH
14061400
14071401if !BUILD_FIPS_V6
You can’t perform that action at this time.
0 commit comments