| Index: core/fdrm/crypto/fx_crypt.cpp
|
| diff --git a/core/fdrm/crypto/fx_crypt.cpp b/core/fdrm/crypto/fx_crypt.cpp
|
| index 9e10f369ca06e4b3d5c178f9c7f019fe39dd8cd4..ed7ede0b5a1554701c59b40672f38f0bba34a039 100644
|
| --- a/core/fdrm/crypto/fx_crypt.cpp
|
| +++ b/core/fdrm/crypto/fx_crypt.cpp
|
| @@ -248,7 +248,7 @@ void CRYPT_MD5Generate(const uint8_t* input,
|
| static FX_BOOL (*g_PubKeyDecryptor)(const uint8_t* pData,
|
| uint32_t size,
|
| uint8_t* data_buf,
|
| - uint32_t& data_len) = NULL;
|
| + uint32_t& data_len) = nullptr;
|
| void CRYPT_SetPubKeyDecryptor(FX_BOOL (*func)(const uint8_t* pData,
|
| uint32_t size,
|
| uint8_t* data_buf,
|
|
|