diff options
| author | beck <> | 2021-10-23 09:13:51 +0000 |
|---|---|---|
| committer | beck <> | 2021-10-23 09:13:51 +0000 |
| commit | cf597be30f441951360fa03ea284e2835f14e70a (patch) | |
| tree | 3ffdaff75f00ed63911fb2fa9dc0ac6f6da2aec7 /src/lib/libcrypto/Makefile | |
| parent | 5d3c7c65d6fef075bd9abda039729fb1c149a46d (diff) | |
| download | openbsd-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/Makefile | 4 |
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 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -41,7 +41,7 @@ SYMBOL_LIST= ${.CURDIR}/Symbols.list | |||
| 41 | 41 | ||
| 42 | # crypto/ | 42 | # crypto/ |
| 43 | SRCS+= cryptlib.c malloc-wrapper.c mem_dbg.c cversion.c ex_data.c cpt_err.c | 43 | SRCS+= cryptlib.c malloc-wrapper.c mem_dbg.c cversion.c ex_data.c cpt_err.c |
| 44 | SRCS+= o_time.c o_str.c o_init.c | 44 | SRCS+= o_time.c o_str.c o_init.c o_fips.c |
| 45 | SRCS+= mem_clr.c crypto_init.c crypto_lock.c | 45 | SRCS+= mem_clr.c crypto_init.c crypto_lock.c |
| 46 | 46 | ||
| 47 | # aes/ | 47 | # aes/ |
