Update to latest version including support for Partner Keys

Includes change to WB_License_Create() so that it includes a separate
parameter that specifies the init data used for Provider Keys.

This updates the repo to match the internal repo at commit:
8c1c4338906a32eed83eb63702690d1f02ff7cd0
This commit is contained in:
John Rummell
2021-12-13 16:40:24 -08:00
parent 3535007a69
commit adb98d80d3
51 changed files with 1104 additions and 474 deletions

View File

@@ -26,7 +26,7 @@ git_repository(
git_repository(
name = "boringssl_repo",
commit = "14164f6fef47b7ebd97cdb0cea1624eabd6fe6b8", # 2018-11-26
commit = "4fb158925f7753d80fb858cb0239dff893ef9f15", # 2021-11-01
remote = "https://github.com/google/boringssl.git",
)