diff options
| -rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | crypto/Makefile.am | 1 |
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 | |||
| 265 | libcrypto_la_SOURCES += malloc-wrapper.c | 265 | libcrypto_la_SOURCES += malloc-wrapper.c |
| 266 | libcrypto_la_SOURCES += mem_clr.c | 266 | libcrypto_la_SOURCES += mem_clr.c |
| 267 | libcrypto_la_SOURCES += mem_dbg.c | 267 | libcrypto_la_SOURCES += mem_dbg.c |
| 268 | libcrypto_la_SOURCES += o_fips.c | ||
| 268 | libcrypto_la_SOURCES += o_init.c | 269 | libcrypto_la_SOURCES += o_init.c |
| 269 | libcrypto_la_SOURCES += o_str.c | 270 | libcrypto_la_SOURCES += o_str.c |
| 270 | libcrypto_la_SOURCES += o_time.c | 271 | libcrypto_la_SOURCES += o_time.c |
