opnsense-src/secure/lib/libcrypto/modules/Makefile
Gordon Tetlow 86dd740dd7
openssl: Remove fips module from base system.
To comply with FIPS 140 guidance, you must be using a specifically
validated and approved version of the fips module. Currently, only
OpenSSL 3.0.8 and 3.0.9 have been approved by NIST for FIPS 140
validation. As such, we need to stop shipping later versions of the
module in the base system.

MFC after:	1 week
Differential Revision: https://reviews.freebsd.org/D46223
2024-08-31 09:24:30 -07:00

4 lines
59 B
Makefile

SUBDIR= legacy
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>