X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=crypto%2Finternal.h;h=8ef72d76092e40227000c3126688f254ffed6978;hb=984f2f377fdfd098f5ae58d09ee04d5e29e6112b;hp=fc93743c5d3e02f04f1ba63172d5937b87dc34c6;hpb=73d3864a4823abda19ebc4387b6ddcbf416e3a77;p=linux-2.6-omap-h63xx.git diff --git a/crypto/internal.h b/crypto/internal.h index fc93743c5d3..8ef72d76092 100644 --- a/crypto/internal.h +++ b/crypto/internal.h @@ -26,6 +26,12 @@ #include #include +#ifdef CONFIG_CRYPTO_FIPS +extern int fips_enabled; +#else +#define fips_enabled 0 +#endif + /* Crypto notification events. */ enum { CRYPTO_MSG_ALG_REQUEST,