=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/compat.h,v retrieving revision 1.11 retrieving revision 1.11.2.1 diff -u -r1.11 -r1.11.2.1 --- src/usr.bin/ssh/compat.h 2000/10/14 12:16:56 1.11 +++ src/usr.bin/ssh/compat.h 2001/02/16 20:12:59 1.11.2.1 @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* RCSID("$OpenBSD: compat.h,v 1.11 2000/10/14 12:16:56 markus Exp $"); */ +/* RCSID("$OpenBSD: compat.h,v 1.11.2.1 2001/02/16 20:12:59 jason Exp $"); */ #ifndef COMPAT_H #define COMPAT_H @@ -32,10 +32,13 @@ #define SSH_PROTO_2 0x04 #define SSH_BUG_SIGBLOB 0x01 -#define SSH_BUG_PUBKEYAUTH 0x02 +#define SSH_BUG_PKSERVICE 0x02 #define SSH_BUG_HMAC 0x04 #define SSH_BUG_X11FWD 0x08 #define SSH_OLD_SESSIONID 0x10 +#define SSH_BUG_PKAUTH 0x20 +#define SSH_BUG_DEBUG 0x40 +#define SSH_BUG_BANNER 0x80 void enable_compat13(void); void enable_compat20(void);