File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ int main(int argc, char* argv[]) {
11
11
12
12
assertm (std::string (data->version ) == std::string (" 7.74.0" ),
13
13
" The version of curl does not match the expected version" );
14
- assertm (std::string (data->ssl_version ) == std::string (" OpenSSL/1.1.1o " ),
14
+ assertm (std::string (data->ssl_version ) == std::string (" OpenSSL/1.1.1w " ),
15
15
" The version of openssl does not match the expected version" );
16
16
17
17
return 0 ;
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ def openssl_repositories():
8
8
http_archive ,
9
9
name = "openssl" ,
10
10
build_file = Label ("//openssl:BUILD.openssl.bazel" ),
11
- sha256 = "9384a2b0570dd80358841464677115df785edb941c71211f75076d72fe6b438f " ,
12
- strip_prefix = "openssl-1.1.1o " ,
11
+ integrity = "sha256-zzCYlQy02FOtlcCEHx+cbT3BAtzPys1SHZOSUgi3asg= " ,
12
+ strip_prefix = "openssl-1.1.1w " ,
13
13
urls = [
14
- "https://mirror.bazel.build/www.openssl.org/source/openssl-1.1.1o .tar.gz" ,
15
- "https://www.openssl.org/source/openssl-1.1.1o .tar.gz" ,
16
- "https://github.com/openssl/openssl/archive/OpenSSL_1_1_1o .tar.gz" ,
14
+ "https://mirror.bazel.build/www.openssl.org/source/openssl-1.1.1w .tar.gz" ,
15
+ "https://www.openssl.org/source/openssl-1.1.1w .tar.gz" ,
16
+ "https://github.com/openssl/openssl/archive/OpenSSL_1_1_1w .tar.gz" ,
17
17
],
18
18
)
19
19
You can’t perform that action at this time.
0 commit comments