1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32:48 -05:00

Retire TELNET_DEFAULT.

This commit is contained in:
Jacob Nevins
2020-06-27 16:09:50 +01:00
parent e97a364d07
commit 932a795816
3 changed files with 0 additions and 13 deletions

View File

@ -16,11 +16,7 @@
*/
const char *const appname = "PuTTY";
#ifdef TELNET_DEFAULT
const int be_default_protocol = PROT_TELNET;
#else
const int be_default_protocol = PROT_SSH;
#endif
const struct BackendVtable *const backends[] = {
&ssh_backend,