diff options
| author | Brent Cook <busterb@gmail.com> | 2021-11-08 13:09:53 -0600 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2021-11-08 13:09:53 -0600 |
| commit | 69a50462c7772fc2af40dbc7c08107000f7ae231 (patch) | |
| tree | 959906d667d9767383f98ba4b5b9bff50f0cdaa5 | |
| parent | 9243262fef25687500393b47acde3f8f42995de4 (diff) | |
| download | portable-69a50462c7772fc2af40dbc7c08107000f7ae231.tar.gz portable-69a50462c7772fc2af40dbc7c08107000f7ae231.tar.bz2 portable-69a50462c7772fc2af40dbc7c08107000f7ae231.zip | |
add o_fips
| -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 |
