summaryrefslogtreecommitdiffstats
path: root/src/crypto/ec/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/ec/CMakeLists.txt')
-rw-r--r--src/crypto/ec/CMakeLists.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/crypto/ec/CMakeLists.txt b/src/crypto/ec/CMakeLists.txt
index 11266c6..a218c0d 100644
--- a/src/crypto/ec/CMakeLists.txt
+++ b/src/crypto/ec/CMakeLists.txt
@@ -6,13 +6,14 @@ add_library(
OBJECT
ec.c
+ ec_asn1.c
+ ec_key.c
+ ec_montgomery.c
oct.c
+ p256-64.c
+ util-64.c
simple.c
- ec_montgomery.c
wnaf.c
- ec_key.c
- ec_asn1.c
- ec_error.c
)
add_executable(
@@ -24,7 +25,7 @@ add_executable(
add_executable(
ec_test
- ec_test.c
+ ec_test.cc
)
target_link_libraries(example_mul crypto)