]> andersk Git - gssapi-openssh.git/blobdiff - openssh/buffer.h
merged OpenSSH 3.9p1 to trunk
[gssapi-openssh.git] / openssh / buffer.h
index c062bc04fcf5b9bda6eceaceebaedcb1233bcc7d..057d643b6aa19db7d9a118e1e21414fd01f8a225 100644 (file)
@@ -15,7 +15,9 @@
 
 #ifndef BUFFER_H
 #define BUFFER_H
-#define BUFFER_MAX_LEN_HPN      0x4000000 /* 64MB */
+
+/* move the following to a more appropriate place and name */
+#define BUFFER_MAX_LEN_HPN          0x4000000  /* 64MB */
 
 typedef struct {
        u_char  *buf;           /* Buffer for data. */
This page took 0.216111 seconds and 4 git commands to generate.