Skip to content

Commit

Permalink
openssl 1.1.1o
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Jun 1, 2022
1 parent 9e70029 commit 014c2f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/third_party/openssl/openssl_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ def openssl_repositories():
http_archive,
name = "openssl",
build_file = Label("//openssl:BUILD.openssl.bazel"),
sha256 = "892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5",
strip_prefix = "openssl-1.1.1k",
sha256 = "0f745b85519aab2ce444a3dcada93311ba926aea2899596d01e7f948dbd99981",
strip_prefix = "openssl-OpenSSL_1_1_1o",
urls = [
"https://mirror.bazel.build/www.openssl.org/source/openssl-1.1.1k.tar.gz",
"https://www.openssl.org/source/openssl-1.1.1k.tar.gz",
"https://github.com/openssl/openssl/archive/OpenSSL_1_1_1k.tar.gz",
"https://mirror.bazel.build/www.openssl.org/source/openssl-1.1.1o.tar.gz",
"https://www.openssl.org/source/openssl-1.1.1o.tar.gz",
"https://github.com/openssl/openssl/archive/OpenSSL_1_1_1o.tar.gz",
],
)

Expand Down

0 comments on commit 014c2f9

Please sign in to comment.