From cf597be30f441951360fa03ea284e2835f14e70a Mon Sep 17 00:00:00 2001 From: beck <> Date: Sat, 23 Oct 2021 09:13:51 +0000 Subject: Add back the fips mode test functions, new stuff requires this. Symbols.list changes to follow with tb's upcoming bump ok jsing@ --- src/lib/libcrypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 2bc065afe2..1caac51601 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.46 2021/09/03 23:30:42 job Exp $ +# $OpenBSD: Makefile,v 1.47 2021/10/23 09:13:51 beck Exp $ LIB= crypto LIBREBUILD=y @@ -41,7 +41,7 @@ SYMBOL_LIST= ${.CURDIR}/Symbols.list # crypto/ SRCS+= cryptlib.c malloc-wrapper.c mem_dbg.c cversion.c ex_data.c cpt_err.c -SRCS+= o_time.c o_str.c o_init.c +SRCS+= o_time.c o_str.c o_init.c o_fips.c SRCS+= mem_clr.c crypto_init.c crypto_lock.c # aes/ -- cgit v1.2.3-55-g6feb