=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/compat.c,v retrieving revision 1.53.2.2 retrieving revision 1.53.2.3 diff -u -r1.53.2.2 -r1.53.2.3 --- src/usr.bin/ssh/compat.c 2002/05/17 00:03:23 1.53.2.2 +++ src/usr.bin/ssh/compat.c 2002/10/11 14:53:06 1.53.2.3 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: compat.c,v 1.53.2.2 2002/05/17 00:03:23 miod Exp $"); +RCSID("$OpenBSD: compat.c,v 1.53.2.3 2002/10/11 14:53:06 miod Exp $"); #include "buffer.h" #include "packet.h" @@ -39,13 +39,13 @@ void enable_compat20(void) { - verbose("Enabling compatibility mode for protocol 2.0"); + debug("Enabling compatibility mode for protocol 2.0"); compat20 = 1; } void enable_compat13(void) { - verbose("Enabling compatibility mode for protocol 1.3"); + debug("Enabling compatibility mode for protocol 1.3"); compat13 = 1; } /* datafellows bug compatibility */ @@ -146,6 +146,8 @@ "OSU_1.5alpha3*", SSH_BUG_PASSWORDPAD }, { "*SSH_Version_Mapper*", SSH_BUG_SCANNER }, + { "Probe-*", + SSH_BUG_PROBE }, { NULL, 0 } };