0.11.0
SSLContext now comes from lori instead of ponylang/ssl
Lori 0.22.0 replaced its ponylang/ssl dependency with its own SSL types. If you create an SSLContext to pass to SSLRequired or SSLPreferred, import it from lori instead of ssl/net:
Before:
use "ssl/net"
// ...
SSLContextAfter:
use lori = "lori"
// ...
lori.SSLContextUpdate to work with ponyc 0.71.0
Updated for compatibility with ponyc 0.71.0.