]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/internal.h
fat: Fix ATTR_RO for directory
[linux-2.6-omap-h63xx.git] / 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,