Skip to content

Commit

Permalink
Merge pull request #225 from tedjpoole/fix-version-string
Browse files Browse the repository at this point in the history
Report "OpenSSL" instead of "BoringSSL" in version string
  • Loading branch information
tedjpoole committed Jun 28, 2024
2 parents f6f94f6 + 5a076c5 commit f9b3cb3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions source/common/version/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,7 @@ envoy_cc_library(
envoy_cc_library(
name = "version_lib",
srcs = ["version.cc"],
copts = envoy_select_boringssl(
[
"-DENVOY_SSL_VERSION=\\\"BoringSSL-FIPS\\\"",
"-DENVOY_SSL_FIPS",
],
["-DENVOY_SSL_VERSION=\\\"BoringSSL\\\""],
),
copts = ["-DENVOY_SSL_VERSION=\\\"OpenSSL\\\""],
external_deps = ["ssl"],
tags = ["notidy"],
deps = [
Expand Down

0 comments on commit f9b3cb3

Please sign in to comment.