Skip to content

Commit

Permalink
simplify build.yaml: get rid of the "secure" field (grpc#25547)
Browse files Browse the repository at this point in the history
* get rid of useless "secure" field from build.yaml

* remove nonsensical "liblibssl.a" dependency from makefile

* regenerate projects
  • Loading branch information
jtattermusch authored Mar 4, 2021
1 parent 1dce57f commit a2697e4
Show file tree
Hide file tree
Showing 10 changed files with 617 additions and 64 deletions.
3 changes: 2 additions & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1231,11 +1231,11 @@ config("grpc_config") {
"src/core/tsi/transport_security_interface.h",
]
deps = [
"//third_party/boringssl",
"//third_party/zlib",
":gpr",
":address_sorting",
":upb",
"//third_party/boringssl",
":absl/types:optional",
":absl/strings:strings",
":absl/status:statusor",
Expand Down Expand Up @@ -1513,6 +1513,7 @@ config("grpc_config") {
":gpr",
":address_sorting",
":upb",
"//third_party/boringssl",
":absl/synchronization:synchronization",
]

Expand Down
Loading

0 comments on commit a2697e4

Please sign in to comment.