diff --git a/crypto/fips140-module.h b/crypto/fips140-module.h index ff99d5b2ab4a..b83547726a0f 100644 --- a/crypto/fips140-module.h +++ b/crypto/fips140-module.h @@ -8,17 +8,17 @@ #include #include +#include #undef pr_fmt #define pr_fmt(fmt) "fips140: " fmt /* * This is the name and version number of the module that are shown on the FIPS - * certificate. These don't necessarily have any relation to the filename of - * the .ko file, or to the git branch or commit ID. + * certificate. */ #define FIPS140_MODULE_NAME "Android Kernel Cryptographic Module" -#define FIPS140_MODULE_VERSION "v1.0" +#define FIPS140_MODULE_VERSION UTS_RELEASE #ifdef CONFIG_CRYPTO_FIPS140_MOD_ERROR_INJECTION extern char *fips140_broken_alg;