Rationalise access to, and content of, backends[] array.
[u/mdw/putty] / ssh.c
diff --git a/ssh.c b/ssh.c
index 5196b1b..e5d2364 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -9146,5 +9146,7 @@ Backend ssh_backend = {
     ssh_provide_logctx,
     ssh_unthrottle,
     ssh_cfg_info,
+    "ssh",
+    PROT_SSH,
     22
 };