From 84e3ac7f30504baf7ed0c843829dce2e201dd64b Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 28 Apr 2005 09:00:50 +0000 Subject: [PATCH] Remove comment explaining why 3des-ctr is disabled, since it isn't. git-svn-id: svn://svn.tartarus.org/sgt/putty@5702 cda61777-01e9-0310-a592-d414129be87e --- sshdes.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sshdes.c b/sshdes.c index 9011f245..6906a658 100644 --- a/sshdes.c +++ b/sshdes.c @@ -993,12 +993,6 @@ static const struct ssh2_cipher ssh_des_sshcom_ssh2 = { 8, 56, SSH_CIPHER_IS_CBC, "single-DES CBC" }; -/* - * "3des-ctr" is disabled because it hasn't had any interoperability - * testing, which is in turn because I couldn't find another implementation - * to test against. Once it's been tested, it can be enabled in standard - * builds. - */ static const struct ssh2_cipher *const des3_list[] = { &ssh_3des_ssh2_ctr, &ssh_3des_ssh2 -- 2.11.0