From 5a076c59c28307bcef6cd092d9ab2548e5362bd8 Mon Sep 17 00:00:00 2001 From: Ted Poole Date: Fri, 28 Jun 2024 13:12:38 +0100 Subject: [PATCH] Report "OpenSSL" instead of "BoringSSL" in version string Fixes #224 Signed-off-by: Ted Poole --- source/common/version/BUILD | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/source/common/version/BUILD b/source/common/version/BUILD index 8591bf4c04..b04c26ce1b 100644 --- a/source/common/version/BUILD +++ b/source/common/version/BUILD @@ -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 = [