]> Pileus Git - ~andy/linux/blobdiff - crypto/internal.h
tracehook: exec double-reporting fix
[~andy/linux] / crypto / internal.h
index fc93743c5d3e02f04f1ba63172d5937b87dc34c6..8ef72d76092e40227000c3126688f254ffed6978 100644 (file)
 #include <linux/rwsem.h>
 #include <linux/slab.h>
 
+#ifdef CONFIG_CRYPTO_FIPS
+extern int fips_enabled;
+#else
+#define fips_enabled 0
+#endif
+
 /* Crypto notification events. */
 enum {
        CRYPTO_MSG_ALG_REQUEST,