diff options
Diffstat (limited to 'crypto/lollipop/cryptfs.c')
-rw-r--r-- | crypto/lollipop/cryptfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/lollipop/cryptfs.c b/crypto/lollipop/cryptfs.c index 90f1523d3..c6586cc49 100644 --- a/crypto/lollipop/cryptfs.c +++ b/crypto/lollipop/cryptfs.c @@ -131,6 +131,7 @@ static int keymaster_check_compatibility() printf("keymaster version is %d\n", keymaster_dev->common.module->module_api_version); +#if (KEYMASTER_HEADER_VERSION >= 3) if (keymaster_dev->common.module->module_api_version < KEYMASTER_MODULE_API_VERSION_0_3) { rc = 0; @@ -141,6 +142,7 @@ static int keymaster_check_compatibility() rc = 1; } +#endif out: keymaster_close(keymaster_dev); return rc; |