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 f371d84..110a673 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -252,7 +252,6 @@ set(
252 mem_clr.c 252 mem_clr.c
253 mem_dbg.c 253 mem_dbg.c
254 o_fips.c 254 o_fips.c
255 o_init.c
256 o_str.c 255 o_str.c
257 aes/aes_cfb.c 256 aes/aes_cfb.c
258 aes/aes_ctr.c 257 aes/aes_ctr.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index d6fb3d0..49dcaae 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -225,7 +225,6 @@ libcrypto_la_SOURCES += malloc-wrapper.c
225libcrypto_la_SOURCES += mem_clr.c 225libcrypto_la_SOURCES += mem_clr.c
226libcrypto_la_SOURCES += mem_dbg.c 226libcrypto_la_SOURCES += mem_dbg.c
227libcrypto_la_SOURCES += o_fips.c 227libcrypto_la_SOURCES += o_fips.c
228libcrypto_la_SOURCES += o_init.c
229libcrypto_la_SOURCES += o_str.c 228libcrypto_la_SOURCES += o_str.c
230noinst_HEADERS += arm_arch.h 229noinst_HEADERS += arm_arch.h
231noinst_HEADERS += constant_time.h 230noinst_HEADERS += constant_time.h