From 69a50462c7772fc2af40dbc7c08107000f7ae231 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 8 Nov 2021 13:09:53 -0600 Subject: add o_fips --- crypto/CMakeLists.txt | 1 + crypto/Makefile.am | 1 + 2 files changed, 2 insertions(+) (limited to 'crypto') 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( malloc-wrapper.c mem_clr.c mem_dbg.c + o_fips.c o_init.c o_str.c 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 libcrypto_la_SOURCES += malloc-wrapper.c libcrypto_la_SOURCES += mem_clr.c libcrypto_la_SOURCES += mem_dbg.c +libcrypto_la_SOURCES += o_fips.c libcrypto_la_SOURCES += o_init.c libcrypto_la_SOURCES += o_str.c libcrypto_la_SOURCES += o_time.c -- cgit v1.2.3-55-g6feb