]> andersk Git - gssapi-openssh.git/blobdiff - openssh/buffer.h
openssh-4.4p1-hpn12v13.diff
[gssapi-openssh.git] / openssh / buffer.h
index ecc4aea83193405b762397c6d47918e2369eb5ae..c062bc04fcf5b9bda6eceaceebaedcb1233bcc7d 100644 (file)
@@ -15,6 +15,7 @@
 
 #ifndef BUFFER_H
 #define BUFFER_H
+#define BUFFER_MAX_LEN_HPN      0x4000000 /* 64MB */
 
 typedef struct {
        u_char  *buf;           /* Buffer for data. */
This page took 0.041902 seconds and 4 git commands to generate.