]> andersk Git - openssh.git/blobdiff - compat.h
- guenther@cvs.openbsd.org 2009/12/20 07:28:36
[openssh.git] / compat.h
index cf92dbdeefcc04b558f6c75f4328c39985014a96..16cf282a7aecea6d8a7ccf6c19029775d25e5fb3 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: compat.h,v 1.39 2005/03/01 10:09:52 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.
@@ -56,6 +56,8 @@
 #define SSH_BUG_PROBE          0x00400000
 #define SSH_BUG_FIRSTKEX       0x00800000
 #define SSH_OLD_FORWARD_ADDR   0x01000000
+#define SSH_BUG_RFWD_ADDR      0x02000000
+#define SSH_NEW_OPENSSH                0x04000000
 
 void     enable_compat13(void);
 void     enable_compat20(void);
This page took 0.871409 seconds and 4 git commands to generate.