oleavr-rgl-a500-mini-linux-.../include/linux/fips.h

11 lines
128 B
C
Raw Normal View History

2022-05-07 01:01:45 +02:00
#ifndef _FIPS_H
#define _FIPS_H
#ifdef CONFIG_CRYPTO_FIPS
extern int fips_enabled;
#else
#define fips_enabled 0
#endif
#endif