1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-15 10:07:39 -05:00

New backend bitfield flags.

This commit is contained in:
Lars Brinkhoff
2020-03-03 14:14:42 +01:00
committed by Simon Tatham
parent a8bb6456d1
commit 269bd7e309
6 changed files with 10 additions and 5 deletions

3
ssh.c
View File

@ -1199,7 +1199,8 @@ const struct BackendVtable ssh_backend = {
ssh_test_for_upstream,
"ssh", "SSH",
PROT_SSH,
22
22,
0
};
const struct BackendVtable sshconn_backend = {