Fix decryption on Android N preview

This commit is contained in:
Zhuowei Zhang
2016-03-09 21:13:02 -08:00
parent d374c694ad
commit 91eebf83a7

View File

@@ -49,6 +49,7 @@ static int get_footer_from_opts(char *output, size_t output_size, const char *op
static const char *names[] = { static const char *names[] = {
"encryptable=", "encryptable=",
"forceencrypt=", "forceencrypt=",
"forcefdeorfbe=",
NULL NULL
}; };