1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-06 22:12:47 -05:00

Use strbufs to tidy up SOCKS proxy protocol code.

This commit is contained in:
Simon Tatham
2018-05-24 13:30:16 +01:00
parent 855a6eaadd
commit 8c7eddc9a1
4 changed files with 97 additions and 96 deletions

View File

@ -13,7 +13,7 @@
#include "network.h"
#include "proxy.h"
void proxy_socks5_offerencryptedauth(char * command, int * len)
void proxy_socks5_offerencryptedauth(BinarySink *bs)
{
/* For telnet, don't add any new encrypted authentication routines */
}