13 lines
346 B
Diff
13 lines
346 B
Diff
diff --git a/crypto/aead.cc b/crypto/aead.cc
|
|
index 0ffd7e43e94391e8fe83b2c37f18638b06c06067..6376abc2e1c51a6244ad6a18943d7121daa9e7da 100644
|
|
--- a/crypto/aead.cc
|
|
+++ b/crypto/aead.cc
|
|
@@ -184,6 +184,7 @@ size_t Aead::KeyLength() const {
|
|
}
|
|
|
|
size_t Aead::NonceLength() const {
|
|
+ BRAVE_NONCE_LENGTH
|
|
return aead::NonceSizeFor(algorithm_);
|
|
}
|
|
|