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, 1 insertions, 2 deletions
diff --git a/src/crypto/bn/CMakeLists.txt b/src/crypto/bn/CMakeLists.txt
index 232e40a..2e0cb45 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,7 +39,6 @@ add_library(
add.c
asm/x86_64-gcc.c
bn.c
- bn_asn1.c
cmp.c
convert.c
ctx.c