add o_fips
This commit is contained in:
parent
9243262fef
commit
69a50462c7
@ -233,6 +233,7 @@ set(
|
|||||||
malloc-wrapper.c
|
malloc-wrapper.c
|
||||||
mem_clr.c
|
mem_clr.c
|
||||||
mem_dbg.c
|
mem_dbg.c
|
||||||
|
o_fips.c
|
||||||
o_init.c
|
o_init.c
|
||||||
o_str.c
|
o_str.c
|
||||||
o_time.c
|
o_time.c
|
||||||
|
@ -265,6 +265,7 @@ libcrypto_la_SOURCES += ex_data.c
|
|||||||
libcrypto_la_SOURCES += malloc-wrapper.c
|
libcrypto_la_SOURCES += malloc-wrapper.c
|
||||||
libcrypto_la_SOURCES += mem_clr.c
|
libcrypto_la_SOURCES += mem_clr.c
|
||||||
libcrypto_la_SOURCES += mem_dbg.c
|
libcrypto_la_SOURCES += mem_dbg.c
|
||||||
|
libcrypto_la_SOURCES += o_fips.c
|
||||||
libcrypto_la_SOURCES += o_init.c
|
libcrypto_la_SOURCES += o_init.c
|
||||||
libcrypto_la_SOURCES += o_str.c
|
libcrypto_la_SOURCES += o_str.c
|
||||||
libcrypto_la_SOURCES += o_time.c
|
libcrypto_la_SOURCES += o_time.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user