Skip to content

Commit

Permalink
Binary tag bump: 1 -> 2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adam Langley authored and Boringssl LUCI CQ committed Nov 22, 2021
1 parent e7fc7a7 commit 3a667d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3a667d1

Please sign in to comment.