Build Error: tls 1.7.22 for Tcl 8.6.12 on Windows

Looking for help with this package that is failing to build in my project.

Runtime Details

Failing Packages

  • tls 1.7.22

The default dependency selector for OpenSSL with Tcl 8.6 is still picking OpenSSL 1.0.1, and that version of OpenSSL isn’t compatible with TLS 1.7.22.
I moved OpenSSL into the requirements, instead of being a dependency, and then it picks the newest available OpenSSL.