cregit-Linux how code gets into the kernel

Release 4.9 include/linux/fips.h

Directory: include/linux
#ifndef _FIPS_H

#define _FIPS_H

#ifdef CONFIG_CRYPTO_FIPS
extern int fips_enabled;
#else

#define fips_enabled 0
#endif

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
neil hormanneil horman23100.00%1100.00%
Total23100.00%1100.00%
Directory: include/linux