LinuxKPI: add fips.h

We do not currently aim to support crypto FIPS compliance in LinuxKPI
so keep this turned off.

MFC after:	3 days
Reviewed by:	emaste, dumbbell
Differential Revision: https://reviews.freebsd.org/D53207
This commit is contained in:
Bjoern A. Zeeb
2025-10-17 19:34:20 +00:00
parent 8ea366f400
commit 98609f4fec
@@ -0,0 +1,12 @@
/*
* Copyright (c) 2025 Bjoern A. Zeeb
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef _LINUXKPI_LINUX_FIPS_H
#define _LINUXKPI_LINUX_FIPS_H
#define fips_enabled 0
#endif /* _LINUXKPI_LINUX_FIPS_H */