mirror of
https://github.com/ziglang/zig.git
synced 2025-12-14 18:23:12 +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.