Skip to content

tls: use correct class name in deprecation message

tls.Socket does not exist, and the deprecation message should refer to tls.TLSSocket (like the documentation for the deprecation message already does).

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

tls

Merge request reports

Loading