aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/crypto_chacha20.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-01-25 12:23:45 +0100
committerMarcoFalke <falke.marco@gmail.com>2021-02-22 10:27:22 +0100
commitfae216a73d71441432cf07212313d18771ce7deb (patch)
tree768117f376d796e772d8f8de2037ccf7ed1f0398 /src/test/fuzz/crypto_chacha20.cpp
parentfa4fbec03e4395a6ab75ea98a696bee6d768e97e (diff)
downloadbitcoin-fae216a73d71441432cf07212313d18771ce7deb.tar.xz
scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext
-BEGIN VERIFY SCRIPT- # Rename sed -i -e 's/MakeFuzzingContext/MakeNoLogFileContext/g' $(git grep -l MakeFuzzingContext) # Bump the copyright of touched files in this scripted diff to avoid touching them again later ./contrib/devtools/copyright_header.py update ./src/test/fuzz/ -END VERIFY SCRIPT-
Diffstat (limited to 'src/test/fuzz/crypto_chacha20.cpp')
-rw-r--r--src/test/fuzz/crypto_chacha20.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fuzz/crypto_chacha20.cpp b/src/test/fuzz/crypto_chacha20.cpp
index bb8dd4594f..8adfa92420 100644
--- a/src/test/fuzz/crypto_chacha20.cpp
+++ b/src/test/fuzz/crypto_chacha20.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2020 The Bitcoin Core developers
+// Copyright (c) 2020-2021 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.