]> andersk Git - gssapi-openssh.git/blobdiff - openssh/compat.h
merged OpenSSH 5.2p1 to trunk
[gssapi-openssh.git] / openssh / compat.h
index ec00fd3efbfd22e1f4a35f2cdafae59c083c565f..e303d3354139a25e5e4e452786f401959a9f7458 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: compat.h,v 1.41 2006/12/12 03:58:42 djm Exp $ */
+/* $OpenBSD: compat.h,v 1.42 2008/09/11 14:22:37 markus Exp $ */
 
 /*
  * Copyright (c) 1999, 2000, 2001 Markus Friedl.  All rights reserved.
@@ -57,7 +57,8 @@
 #define SSH_BUG_FIRSTKEX       0x00800000
 #define SSH_OLD_FORWARD_ADDR   0x01000000
 #define SSH_BUG_RFWD_ADDR      0x02000000
-#define SSH_BUG_LARGEWINDOW     0x04000000
+#define SSH_NEW_OPENSSH                0x04000000
+#define SSH_BUG_LARGEWINDOW 0x08000000
 
 void     enable_compat13(void);
 void     enable_compat20(void);
This page took 0.033663 seconds and 4 git commands to generate.