summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorbeck <>2021-10-23 09:13:51 +0000
committerbeck <>2021-10-23 09:13:51 +0000
commitcf597be30f441951360fa03ea284e2835f14e70a (patch)
tree3ffdaff75f00ed63911fb2fa9dc0ac6f6da2aec7 /src/lib/libcrypto/Makefile
parent5d3c7c65d6fef075bd9abda039729fb1c149a46d (diff)
downloadopenbsd-cf597be30f441951360fa03ea284e2835f14e70a.tar.gz
openbsd-cf597be30f441951360fa03ea284e2835f14e70a.tar.bz2
openbsd-cf597be30f441951360fa03ea284e2835f14e70a.zip
Add back the fips mode test functions, new stuff requires this.
Symbols.list changes to follow with tb's upcoming bump ok jsing@
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.46 2021/09/03 23:30:42 job Exp $ 1# $OpenBSD: Makefile,v 1.47 2021/10/23 09:13:51 beck Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -41,7 +41,7 @@ SYMBOL_LIST= ${.CURDIR}/Symbols.list
41 41
42# crypto/ 42# crypto/
43SRCS+= cryptlib.c malloc-wrapper.c mem_dbg.c cversion.c ex_data.c cpt_err.c 43SRCS+= cryptlib.c malloc-wrapper.c mem_dbg.c cversion.c ex_data.c cpt_err.c
44SRCS+= o_time.c o_str.c o_init.c 44SRCS+= o_time.c o_str.c o_init.c o_fips.c
45SRCS+= mem_clr.c crypto_init.c crypto_lock.c 45SRCS+= mem_clr.c crypto_init.c crypto_lock.c
46 46
47# aes/ 47# aes/