mirror of
https://github.com/ziglang/zig.git
synced 2026-03-12 06:09:39 +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.