aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/CMakeLists.txt1
-rw-r--r--crypto/Makefile.am1
2 files changed, 0 insertions, 2 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index 835bb2b..a1c3c2e 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -208,7 +208,6 @@ set(
208 mem_clr.c 208 mem_clr.c
209 mem_dbg.c 209 mem_dbg.c
210 o_fips.c 210 o_fips.c
211 o_str.c
212 aes/aes.c 211 aes/aes.c
213 aes/aes_core.c 212 aes/aes_core.c
214 aes/aes_ige.c 213 aes/aes_ige.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 89c542f..32dbba8 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -218,7 +218,6 @@ libcrypto_la_SOURCES += malloc-wrapper.c
218libcrypto_la_SOURCES += mem_clr.c 218libcrypto_la_SOURCES += mem_clr.c
219libcrypto_la_SOURCES += mem_dbg.c 219libcrypto_la_SOURCES += mem_dbg.c
220libcrypto_la_SOURCES += o_fips.c 220libcrypto_la_SOURCES += o_fips.c
221libcrypto_la_SOURCES += o_str.c
222noinst_HEADERS += arm_arch.h 221noinst_HEADERS += arm_arch.h
223noinst_HEADERS += constant_time.h 222noinst_HEADERS += constant_time.h
224noinst_HEADERS += cryptlib.h 223noinst_HEADERS += cryptlib.h