From 4997b22f84307521a62838f874928bf56cd3423c Mon Sep 17 00:00:00 2001 From: thestig Date: Tue, 7 Jun 2016 10:46:22 -0700 Subject: Get rid of NULLs in core/ Review-Url: https://codereview.chromium.org/2032613003 --- core/fdrm/crypto/fx_crypt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fdrm') diff --git a/core/fdrm/crypto/fx_crypt.cpp b/core/fdrm/crypto/fx_crypt.cpp index 9e10f369ca..ed7ede0b5a 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, -- cgit v1.2.3