diff options
Diffstat (limited to 'crypto/internal.h')
-rw-r--r-- | crypto/internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/internal.h b/crypto/internal.h index fc93743c5d3e..8ef72d76092e 100644 --- a/crypto/internal.h +++ b/crypto/internal.h | |||
@@ -26,6 +26,12 @@ | |||
26 | #include <linux/rwsem.h> | 26 | #include <linux/rwsem.h> |
27 | #include <linux/slab.h> | 27 | #include <linux/slab.h> |
28 | 28 | ||
29 | #ifdef CONFIG_CRYPTO_FIPS | ||
30 | extern int fips_enabled; | ||
31 | #else | ||
32 | #define fips_enabled 0 | ||
33 | #endif | ||
34 | |||
29 | /* Crypto notification events. */ | 35 | /* Crypto notification events. */ |
30 | enum { | 36 | enum { |
31 | CRYPTO_MSG_ALG_REQUEST, | 37 | CRYPTO_MSG_ALG_REQUEST, |