]> andersk Git - gssapi-openssh.git/blobdiff - openssh/compat.c
whitespace agreement with hpn patch
[gssapi-openssh.git] / openssh / compat.c
index a331014111343a8f004255657523df9e172ea14b..dca641b787b17ab88bea13c734965daf93187b49 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: compat.c,v 1.76 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl.  All rights reserved.
  *
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: compat.c,v 1.71 2005/03/01 10:09:52 djm Exp $");
 
+#include <sys/types.h>
+
+#include <stdlib.h>
+#include <string.h>
+#include <stdarg.h>
+
+#include "xmalloc.h"
 #include "buffer.h"
 #include "packet.h"
-#include "xmalloc.h"
 #include "compat.h"
 #include "log.h"
 #include "match.h"
@@ -168,6 +174,7 @@ compat_datafellows(const char *version)
                                if (strstr(version,"hpn") == NULL)
                                {
                                        datafellows |= SSH_BUG_LARGEWINDOW;
+                                       debug("Remote is NON-HPN aware");
                                }
                        }
                        return;
This page took 0.03494 seconds and 4 git commands to generate.