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 /crypto/Makefile.am | |
parent | 9243262fef25687500393b47acde3f8f42995de4 (diff) | |
download | portable-69a50462c7772fc2af40dbc7c08107000f7ae231.tar.gz portable-69a50462c7772fc2af40dbc7c08107000f7ae231.tar.bz2 portable-69a50462c7772fc2af40dbc7c08107000f7ae231.zip |
add o_fips
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |