=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/cipher.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- src/usr.bin/ssh/cipher.c 2000/09/07 20:27:50 1.30 +++ src/usr.bin/ssh/cipher.c 2000/09/12 00:38:32 1.31 @@ -35,7 +35,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: cipher.c,v 1.30 2000/09/07 20:27:50 deraadt Exp $"); +RCSID("$OpenBSD: cipher.c,v 1.31 2000/09/12 00:38:32 deraadt Exp $"); #include "ssh.h" #include "cipher.h" @@ -141,7 +141,7 @@ "des", "3des", "tss", - "rc4", + "rc4", /* Alleged RC4 */ "blowfish", "reserved", "blowfish-cbc",