summaryrefslogtreecommitdiffstats
path: root/src/crypto/bn/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/bn/CMakeLists.txt')
-rw-r--r--src/crypto/bn/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/crypto/bn/CMakeLists.txt b/src/crypto/bn/CMakeLists.txt
index 2e0cb45..232e40a 100644
--- a/src/crypto/bn/CMakeLists.txt
+++ b/src/crypto/bn/CMakeLists.txt
@@ -1,4 +1,4 @@
-include_directories(. .. ../../include)
+include_directories(../../include)
if (${ARCH} STREQUAL "x86_64")
set(
@@ -39,6 +39,7 @@ add_library(
add.c
asm/x86_64-gcc.c
bn.c
+ bn_asn1.c
cmp.c
convert.c
ctx.c