This is an automated email from the ASF dual-hosted git repository.

mlibbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new effee1109c typo in tls version warning (#12343)
effee1109c is described below

commit effee1109c1b69f10f47c7e94c999efc20985675
Author: mlibbey <[email protected]>
AuthorDate: Wed Jul 9 10:46:51 2025 -0700

    typo in tls version warning (#12343)
---
 src/iocore/net/SNIActionPerformer.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/iocore/net/SNIActionPerformer.cc 
b/src/iocore/net/SNIActionPerformer.cc
index faa243edfa..3b30db815d 100644
--- a/src/iocore/net/SNIActionPerformer.cc
+++ b/src/iocore/net/SNIActionPerformer.cc
@@ -339,7 +339,7 @@ HostSniPolicy::TestClientSNIAction(const char * /* 
servername ATS_UNUSED */, con
 
 TLSValidProtocols::TLSValidProtocols(unsigned long protocols) : unset(false), 
protocol_mask(protocols)
 {
-  Warning("valid_tls_versions_in is deprecated. Use valid_tls_version_min_in 
and ivalid_tls_version_max_in instead.");
+  Warning("valid_tls_versions_in is deprecated. Use valid_tls_version_min_in 
and valid_tls_version_max_in instead.");
 }
 
 int

Reply via email to