mirror of
https://github.com/ziglang/zig.git
synced 2025-12-23 22:53:06 +00:00
Client for tls was using a function that wasn't declared on the interface for it. The issue wasn't apparent because net stream implemented that function. I changed it to keep the interface promise of what's required to be compatible with the tls client functionality.