aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/crypto_diff_fuzz_chacha20.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/fuzz/crypto_diff_fuzz_chacha20.cpp')
-rw-r--r--src/test/fuzz/crypto_diff_fuzz_chacha20.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fuzz/crypto_diff_fuzz_chacha20.cpp b/src/test/fuzz/crypto_diff_fuzz_chacha20.cpp
index fcc96c6418..1b89d55773 100644
--- a/src/test/fuzz/crypto_diff_fuzz_chacha20.cpp
+++ b/src/test/fuzz/crypto_diff_fuzz_chacha20.cpp
@@ -128,7 +128,7 @@ void ECRYPT_encrypt_bytes(ECRYPT_ctx* x, const u8* m, u8* c, u32 bytes)
{
u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15;
u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15;
- u8* ctarget = NULL;
+ u8* ctarget = nullptr;
u8 tmp[64];
uint32_t i;