build for ed25519 only

This commit is contained in:
Jacob Barthelmeh
2017-07-12 15:53:11 -06:00
parent b4f9c46069
commit c4fe67b633
2 changed files with 7 additions and 2 deletions
+3
View File
@@ -242,6 +242,9 @@ src_libwolfssl_la_SOURCES += wolfcrypt/src/fe_low_mem.c
endif
else
src_libwolfssl_la_SOURCES += wolfcrypt/src/ge_operations.c
if !BUILD_FEMATH
src_libwolfssl_la_SOURCES += wolfcrypt/src/fe_operations.c
endif
if BUILD_CURVE25519_SMALL
src_libwolfssl_la_SOURCES += wolfcrypt/src/fe_operations.c
endif