]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Remove comment explaining why 3des-ctr is disabled, since it isn't.
authorBen Harris <bjh21@bjh21.me.uk>
Thu, 28 Apr 2005 09:00:50 +0000 (09:00 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Thu, 28 Apr 2005 09:00:50 +0000 (09:00 +0000)
[originally from svn r5702]

sshdes.c

index 9011f245c037512ba45c91e631e704d9e3b24182..6906a6581d95073f1491f98fc1e2332851d0887f 100644 (file)
--- 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