| Index: core/fdrm/crypto/fx_crypt_aes.cpp
|
| diff --git a/core/fdrm/crypto/fx_crypt_aes.cpp b/core/fdrm/crypto/fx_crypt_aes.cpp
|
| index 27c064e19f03397bffd9711e21b9ea574386465e..8484b6f4a5062a6973c92005cf52c2326e785581 100644
|
| --- a/core/fdrm/crypto/fx_crypt_aes.cpp
|
| +++ b/core/fdrm/crypto/fx_crypt_aes.cpp
|
| @@ -807,7 +807,7 @@ void CRYPT_AESSetKey(void* context,
|
| uint32_t blocklen,
|
| const uint8_t* key,
|
| uint32_t keylen,
|
| - FX_BOOL bEncrypt) {
|
| + bool bEncrypt) {
|
| aes_setup((AESContext*)context, blocklen, key, keylen);
|
| }
|
| void CRYPT_AESSetIV(void* context, const uint8_t* iv) {
|
|
|