mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 12:02:47 -05:00
Modify bug-compatibility checks to use wildcards. Should have exactly the
same behaviour as before (tested a little bit), but should be easier to expand. (This is the easy bit -- work still needs to be done to fix ssh2-keyderive-nonbug, vshell-no-bug-compat, etc -- but should be easier now.) [originally from svn r2293]
This commit is contained in:
2
Recipe
2
Recipe
@ -98,7 +98,7 @@ NONSSH = telnet raw rlogin ldisc
|
||||
# SSH back end (putty, plink, pscp, psftp).
|
||||
SSH = ssh sshcrc sshdes sshmd5 sshrsa sshrand sshsha sshblowf
|
||||
+ sshdh sshcrcda sshpubk sshzlib sshdss x11fwd portfwd
|
||||
+ sshaes sshsh512 sshbn
|
||||
+ sshaes sshsh512 sshbn wildcard
|
||||
WINSSH = SSH noise pageantc
|
||||
UXSSH = SSH uxnoise uxagentc
|
||||
|
||||
|
Reference in New Issue
Block a user