aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crypto/CMakeLists.txt1
-rw-r--r--crypto/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index b01afa9..5733746 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -233,6 +233,7 @@ set(
233 malloc-wrapper.c 233 malloc-wrapper.c
234 mem_clr.c 234 mem_clr.c
235 mem_dbg.c 235 mem_dbg.c
236 o_fips.c
236 o_init.c 237 o_init.c
237 o_str.c 238 o_str.c
238 o_time.c 239 o_time.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 35148e3..f2ef151 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -265,6 +265,7 @@ libcrypto_la_SOURCES += ex_data.c
265libcrypto_la_SOURCES += malloc-wrapper.c 265libcrypto_la_SOURCES += malloc-wrapper.c
266libcrypto_la_SOURCES += mem_clr.c 266libcrypto_la_SOURCES += mem_clr.c
267libcrypto_la_SOURCES += mem_dbg.c 267libcrypto_la_SOURCES += mem_dbg.c
268libcrypto_la_SOURCES += o_fips.c
268libcrypto_la_SOURCES += o_init.c 269libcrypto_la_SOURCES += o_init.c
269libcrypto_la_SOURCES += o_str.c 270libcrypto_la_SOURCES += o_str.c
270libcrypto_la_SOURCES += o_time.c 271libcrypto_la_SOURCES += o_time.c