aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2021-11-08 13:09:53 -0600
committerBrent Cook <busterb@gmail.com>2021-11-08 13:09:53 -0600
commit69a50462c7772fc2af40dbc7c08107000f7ae231 (patch)
tree959906d667d9767383f98ba4b5b9bff50f0cdaa5 /crypto/Makefile.am
parent9243262fef25687500393b47acde3f8f42995de4 (diff)
downloadportable-69a50462c7772fc2af40dbc7c08107000f7ae231.tar.gz
portable-69a50462c7772fc2af40dbc7c08107000f7ae231.tar.bz2
portable-69a50462c7772fc2af40dbc7c08107000f7ae231.zip
add o_fips
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am1
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
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