Deleted Added
full compact
ssh2.h (92555) ssh2.h (124208)
1/* $OpenBSD: ssh2.h,v 1.8 2002/03/04 17:27:39 stevesk Exp $ */
1/* $OpenBSD: ssh2.h,v 1.9 2003/05/14 00:52:59 markus Exp $ */
2
3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 46 unchanged lines hidden (view full) ---

56 */
57
58/* ranges */
59
60#define SSH2_MSG_TRANSPORT_MIN 1
61#define SSH2_MSG_TRANSPORT_MAX 49
62#define SSH2_MSG_USERAUTH_MIN 50
63#define SSH2_MSG_USERAUTH_MAX 79
2
3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 46 unchanged lines hidden (view full) ---

56 */
57
58/* ranges */
59
60#define SSH2_MSG_TRANSPORT_MIN 1
61#define SSH2_MSG_TRANSPORT_MAX 49
62#define SSH2_MSG_USERAUTH_MIN 50
63#define SSH2_MSG_USERAUTH_MAX 79
64#define SSH2_MSG_USERAUTH_PER_METHOD_MIN 60
65#define SSH2_MSG_USERAUTH_PER_METHOD_MAX SSH2_MSG_USERAUTH_MAX
64#define SSH2_MSG_CONNECTION_MIN 80
65#define SSH2_MSG_CONNECTION_MAX 127
66#define SSH2_MSG_RESERVED_MIN 128
67#define SSH2_MSG_RESERVED_MAX 191
68#define SSH2_MSG_LOCAL_MIN 192
69#define SSH2_MSG_LOCAL_MAX 255
70#define SSH2_MSG_MIN 1
71#define SSH2_MSG_MAX 255

--- 88 unchanged lines hidden ---
66#define SSH2_MSG_CONNECTION_MIN 80
67#define SSH2_MSG_CONNECTION_MAX 127
68#define SSH2_MSG_RESERVED_MIN 128
69#define SSH2_MSG_RESERVED_MAX 191
70#define SSH2_MSG_LOCAL_MIN 192
71#define SSH2_MSG_LOCAL_MAX 255
72#define SSH2_MSG_MIN 1
73#define SSH2_MSG_MAX 255

--- 88 unchanged lines hidden ---