diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index f46b83db8c..3901927306 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -39,6 +39,7 @@ set(src_crypto ecp.c ecp_new.c ecp_curves.c + ecp_curves_new.c entropy.c entropy_poll.c error.c diff --git a/library/Makefile b/library/Makefile index 766343ac81..fdab4f4ba0 100644 --- a/library/Makefile +++ b/library/Makefile @@ -104,6 +104,7 @@ OBJS_CRYPTO= \ ecp.o \ ecp_new.o \ ecp_curves.o \ + ecp_curves_new.o \ entropy.o \ entropy_poll.o \ error.o \