summaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/compat.h b/compat.h
index 4943e5a29..cd7c190c7 100644
--- a/compat.h
+++ b/compat.h
@@ -26,7 +26,7 @@
26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 */ 28 */
29/* RCSID("$Id: compat.h,v 1.5 2000/04/12 10:17:39 damien Exp $"); */ 29/* RCSID("$Id: compat.h,v 1.6 2000/05/09 01:03:00 damien Exp $"); */
30 30
31#ifndef COMPAT_H 31#ifndef COMPAT_H
32#define COMPAT_H 32#define COMPAT_H
@@ -36,6 +36,11 @@
36#define SSH_PROTO_1_PREFERRED 0x02 36#define SSH_PROTO_1_PREFERRED 0x02
37#define SSH_PROTO_2 0x04 37#define SSH_PROTO_2 0x04
38 38
39#define SSH_BUG_SIGBLOB 0x01
40#define SSH_BUG_PUBKEYAUTH 0x02
41#define SSH_BUG_HMAC 0x04
42#define SSH_BUG_X11FWD 0x08
43
39void enable_compat13(void); 44void enable_compat13(void);
40void enable_compat20(void); 45void enable_compat20(void);
41void compat_datafellows(const char *s); 46void compat_datafellows(const char *s);