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:
@@ -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 */
|
||||
Reference in New Issue
Block a user