mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Uppity: enable the des-cbc cipher.
There was no way to enable it for testing purposes at all until now. Overriding the server KEX string to mention it doesn't help when it was prevented from getting into the list that scan_kexinit_lists will go through afterwards to find pointers to algorithm structures.
This commit is contained in:
@ -489,8 +489,7 @@ int main(int argc, char **argv)
|
||||
AuthPolicy ap;
|
||||
SshServerConfig ssc;
|
||||
|
||||
Conf *conf = conf_new();
|
||||
load_open_settings(NULL, conf);
|
||||
Conf *conf = make_ssh_server_conf();
|
||||
|
||||
ap.kbdint_state = 0;
|
||||
ap.ssh1keys = NULL;
|
||||
|
Reference in New Issue
Block a user