aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs/cryptobox/cryptobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/constructs/cryptobox/cryptobox.cpp')
-rw-r--r--src/constructs/cryptobox/cryptobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constructs/cryptobox/cryptobox.cpp b/src/constructs/cryptobox/cryptobox.cpp
index bb7bf353c..aa2369c6c 100644
--- a/src/constructs/cryptobox/cryptobox.cpp
+++ b/src/constructs/cryptobox/cryptobox.cpp
@@ -64,7 +64,7 @@ std::string encrypt(const byte input[], size_t input_len,
Pipe pipe(get_cipher("Serpent/CTR-BE", cipher_key, iv, ENCRYPTION),
new Fork(
- 0,
+ nullptr,
new MAC_Filter(new HMAC(new SHA_512),
mac_key, MAC_OUTPUT_LEN)));