aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <alangley@gmail.com>2021-11-19 16:29:31 -0800
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-11-22 17:06:04 +0000
commit3a667d10e94186fd503966f5638e134fe9fb4080 (patch)
treeee3d35dffe3fdce132cc263dc95b3abc18ce5619
parente7fc7a737cec0a6c932fce3de221bbed8f114555 (diff)
downloadboringssl-3a667d10e94186fd503966f5638e134fe9fb4080.zip
boringssl-3a667d10e94186fd503966f5638e134fe9fb4080.tar.gz
boringssl-3a667d10e94186fd503966f5638e134fe9fb4080.tar.bz2
Binary tag bump: 1 -> 2
Change-Id: If115d3ab25e2e538447a130f469debe25a92ce5c Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/50525 Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: David Benjamin <davidben@google.com>
-rw-r--r--crypto/mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/mem.c b/crypto/mem.c
index 7b36bfb..43d3deb 100644
--- a/crypto/mem.c
+++ b/crypto/mem.c
@@ -132,7 +132,7 @@ static const uint8_t kBoringSSLBinaryTag[18] = {
0x8c, 0x62, 0x20, 0x0b, 0xd2, 0xa0, 0x72, 0x58,
0x44, 0xa8, 0x96, 0x69, 0xad, 0x55, 0x7e, 0xec,
// Current source iteration. Incremented ~monthly.
- 1, 0,
+ 2, 0,
};
void *OPENSSL_malloc(size_t size) {