Skip to content

Commit

Permalink
boringssl update (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikea authored Mar 8, 2023
1 parent fd95e27 commit 74a2872
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ http_archive(

http_archive(
name = "ssl",
sha256 = "873ec711658f65192e9c58554ce058d1cfa4e57e13ab5366ee16f76d1c757efc",
strip_prefix = "google-boringssl-ed2e74e",
sha256 = "81bd4b20f53b0aa4bccc3f8bc7c5eda18550a91697ba956668dbeba0e3d0965d",
strip_prefix = "google-boringssl-f7cf966",
type = "tgz",
# from master-with-bazel branch
urls = ["https://github.com/google/boringssl/tarball/ed2e74e737dc802ed9baad1af62c1514430a70d6"],
urls = ["https://github.com/google/boringssl/tarball/f7cf966f3ddc6923104f6a354bf0ba5c618f3320"],
)

http_archive(
Expand Down
1 change: 1 addition & 0 deletions src/workerd/api/crypto-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,5 +270,6 @@ KJ_DECLARE_NON_POLYMORPHIC(EC_KEY);
KJ_DECLARE_NON_POLYMORPHIC(EC_POINT);
KJ_DECLARE_NON_POLYMORPHIC(EC_GROUP);
KJ_DECLARE_NON_POLYMORPHIC(BN_CTX);
KJ_DECLARE_NON_POLYMORPHIC(EVP_PKEY);
KJ_DECLARE_NON_POLYMORPHIC(EVP_PKEY_CTX);
// Tell KJ that these OpenSSL types are non-polymorphic so that they can be wrapped in kj::Own.

0 comments on commit 74a2872

Please # to comment.