aboutsummaryrefslogtreecommitdiff
path: root/deps/boringssl/src/crypto/fipsmodule/modes/gcm_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/boringssl/src/crypto/fipsmodule/modes/gcm_test.cc')
-rw-r--r--deps/boringssl/src/crypto/fipsmodule/modes/gcm_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/boringssl/src/crypto/fipsmodule/modes/gcm_test.cc b/deps/boringssl/src/crypto/fipsmodule/modes/gcm_test.cc
index 031b06c..02ba2d1 100644
--- a/deps/boringssl/src/crypto/fipsmodule/modes/gcm_test.cc
+++ b/deps/boringssl/src/crypto/fipsmodule/modes/gcm_test.cc
@@ -125,7 +125,7 @@ TEST(GCMTest, ABI) {
UINT64_C(0x66e94bd4ef8a2c3b),
UINT64_C(0x884cfa59ca342b2e),
};
- static const size_t kBlockCounts[] = {1, 2, 3, 4, 7, 8, 15, 16, 31, 32};
+ static const size_t kBlockCounts[] = {1, 2, 3, 4, 5, 6, 7, 8, 15, 16, 31, 32};
uint8_t buf[16 * 32];
OPENSSL_memset(buf, 42, sizeof(buf));